diff options
author | amzrk2 | 2020-04-23 13:23:34 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-23 13:23:34 +0800 |
commit | e70742788897138cfb971f78618641a4190707f4 (patch) | |
tree | 7ce5ece4d06c36f650d3eca0213ef295d08b6599 /layouts/partials/footer.html | |
parent | 77ec19755260ec2e65ef284a63d28129c42d70dc (diff) | |
download | hugo-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.html | 6 |
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> - © {{ 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>© {{ 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 |