summaryrefslogtreecommitdiffstats
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
authoramzrk22020-04-23 13:23:34 +0800
committeramzrk22020-04-23 13:23:34 +0800
commite70742788897138cfb971f78618641a4190707f4 (patch)
tree7ce5ece4d06c36f650d3eca0213ef295d08b6599 /layouts/partials/footer.html
parent77ec19755260ec2e65ef284a63d28129c42d70dc (diff)
downloadhugo-theme-fuji-e70742788897138cfb971f78618641a4190707f4.tar.gz
hugo-theme-fuji-e70742788897138cfb971f78618641a4190707f4.tar.bz2
hugo-theme-fuji-e70742788897138cfb971f78618641a4190707f4.zip
Pagination adjustment
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 241955d..be8f5bf 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,9 +1,5 @@
<footer>
<div class="container-lg text-center">
- <p>
- &copy; {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author }}</a> |
- {{ i18n "footerPoweredFront" }}<a href="https://github.com/amzrk2/hugo-theme-fuji/" target="_blank">Fuji</a>
- & <a href="https://gohugo.io/" target="_blank">Hugo</a>{{ i18n "footerPoweredEnd" }}
- </p>
+ <p>&copy; {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author }}</a> | {{ i18n "footerPoweredFront" }}<a href="https://github.com/amzrk2/hugo-theme-fuji/" target="_blank">Fuji</a> & <a href="https://gohugo.io/" target="_blank">Hugo</a>{{ i18n "footerPoweredEnd" }}</p>
</div>
</footer> \ No newline at end of file