diff options
author | amzrk2 | 2020-06-04 18:10:44 +0800 |
---|---|---|
committer | amzrk2 | 2020-06-04 18:10:44 +0800 |
commit | 8e1c40916aa880388fbac104641f3e7c84335847 (patch) | |
tree | 184458bb72cc57497265cca722a6f03d514b4fc3 /layouts | |
parent | 71c55c745781d27973526587b7124e0f292bf649 (diff) | |
download | hugo-theme-fuji-8e1c40916aa880388fbac104641f3e7c84335847.tar.gz hugo-theme-fuji-8e1c40916aa880388fbac104641f3e7c84335847.tar.bz2 hugo-theme-fuji-8e1c40916aa880388fbac104641f3e7c84335847.zip |
Update metadata & fix comment checker
Diffstat (limited to 'layouts')
-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 2f4ba79..cb43e10 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><i class="far fa-copyright"></i> {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author }}</a> | + <span>© {{ 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> |