diff options
author | amzrk2 | 2020-05-30 14:05:49 +0800 |
---|---|---|
committer | amzrk2 | 2020-05-30 14:05:49 +0800 |
commit | bde0e702941721e0f408390478a1f497cf8a7a31 (patch) | |
tree | e5e5442ce7fd0b2eb22e5a30d4b8535344633a65 /layouts/partials | |
parent | ac62cbd84fc67401f4014b6e9d8ed6c6b175503e (diff) | |
download | hugo-theme-fuji-bde0e702941721e0f408390478a1f497cf8a7a31.tar.gz hugo-theme-fuji-bde0e702941721e0f408390478a1f497cf8a7a31.tar.bz2 hugo-theme-fuji-bde0e702941721e0f408390478a1f497cf8a7a31.zip |
Update footer
Diffstat (limited to 'layouts/partials')
-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 cb43e10..2f4ba79 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,7 +1,7 @@ <footer> <div class="container-lg clearfix"> <div class="col-12 footer"> - <span>© {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author }}</a> | + <span><i class="far fa-copyright"></i> {{ 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-v2</a> & <a href="https://gohugo.io/" target="_blank">Hugo</a>{{ i18n "footerPoweredEnd" }}</span> |