summaryrefslogtreecommitdiffstats
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
authoramzrk22020-04-14 16:56:25 +0800
committeramzrk22020-04-14 16:56:25 +0800
commitf78c71572b2bc7f408aca5a5b2843a2cd7e93524 (patch)
treeeefc860462dfe7dc40aa089d663ebe3411b39403 /layouts/partials/footer.html
parent971f9bd9155eccdeefe563a3608dc46d2132abab (diff)
downloadhugo-theme-fuji-f78c71572b2bc7f408aca5a5b2843a2cd7e93524.tar.gz
hugo-theme-fuji-f78c71572b2bc7f408aca5a5b2843a2cd7e93524.tar.bz2
hugo-theme-fuji-f78c71572b2bc7f408aca5a5b2843a2cd7e93524.zip
Add scroll to top button
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 31dd791..9b2c461 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -2,7 +2,7 @@
<div class="container-lg text-center">
<p>
&copy; {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a> |
- Powered by <a href="https://gohugo.io/" target="_blank">Hugo {{ hugo.Version }}</a>
+ Powered by <a href="https://gohugo.io/" target="_blank">Hugo</a>
& <a href="https://github.com/amzrk2/hugo-theme-fuji/" target="_blank">Fuji</a>
</p>
</div>