aboutsummaryrefslogtreecommitdiff
path: root/internal/server/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'internal/server/templates/index.html')
-rw-r--r--internal/server/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/server/templates/index.html b/internal/server/templates/index.html
index 6471e53..35f08c1 100644
--- a/internal/server/templates/index.html
+++ b/internal/server/templates/index.html
@@ -187,7 +187,7 @@
<footer class="mt-12 pt-6 border-t border-neutral-200 dark:border-neutral-800">
<div class="flex items-center justify-between text-xs text-neutral-500 dark:text-neutral-400">
<span data-tooltip='{{.LastUpdatedTooltip}}'{{if $.UseBrowserTimezone}} data-timestamp="{{$.LastUpdated.Format "2006-01-02T15:04:05Z07:00"}}" data-format="timeago"{{end}}>Updated {{timeAgo $.LastUpdated}}</span>
- <span>Powered by <a href="https://github.com/Fuwn/kaze" class="hover:text-neutral-900 dark:hover:text-neutral-100">Kaze</a></span>
+ <span data-tooltip='{{.VersionTooltip}}'>Powered by <a href="https://github.com/Fuwn/kaze" class="hover:text-neutral-900 dark:hover:text-neutral-100">Kaze</a></span>
</div>
</footer>
</div>