summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authoramzrk22020-06-04 18:10:44 +0800
committeramzrk22020-06-04 18:10:44 +0800
commit8e1c40916aa880388fbac104641f3e7c84335847 (patch)
tree184458bb72cc57497265cca722a6f03d514b4fc3 /layouts
parent71c55c745781d27973526587b7124e0f292bf649 (diff)
downloadhugo-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.html2
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>&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-v2</a> & <a href="https://gohugo.io/"
target="_blank">Hugo</a>{{ i18n "footerPoweredEnd" }}</span>