diff options
author | amzrk2 | 2020-04-16 15:39:47 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-16 15:39:47 +0800 |
commit | e76c48a98316de4609d8add5973a0d90dfcae655 (patch) | |
tree | 551782e9476a94a64e631273859b4ba76acfb63b | |
parent | af12c07b0801b0e372385840acd4404b405d2c73 (diff) | |
download | hugo-theme-fuji-e76c48a98316de4609d8add5973a0d90dfcae655.tar.gz hugo-theme-fuji-e76c48a98316de4609d8add5973a0d90dfcae655.tar.bz2 hugo-theme-fuji-e76c48a98316de4609d8add5973a0d90dfcae655.zip |
Copyright adjustment
-rw-r--r-- | layouts/partials/footer.html | 2 |
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> - © {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a> | + © {{ 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> |