summaryrefslogtreecommitdiffstats
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
authoramzrk22020-04-16 15:39:47 +0800
committeramzrk22020-04-16 15:39:47 +0800
commite76c48a98316de4609d8add5973a0d90dfcae655 (patch)
tree551782e9476a94a64e631273859b4ba76acfb63b /layouts/partials/footer.html
parentaf12c07b0801b0e372385840acd4404b405d2c73 (diff)
downloadhugo-theme-fuji-e76c48a98316de4609d8add5973a0d90dfcae655.tar.gz
hugo-theme-fuji-e76c48a98316de4609d8add5973a0d90dfcae655.tar.bz2
hugo-theme-fuji-e76c48a98316de4609d8add5973a0d90dfcae655.zip
Copyright adjustment
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 76f3fff..241955d 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,7 +1,7 @@
<footer>
<div class="container-lg text-center">
<p>
- &copy; {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a> |
+ &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>