diff options
author | amzrk2 | 2020-10-19 09:57:02 +0800 |
---|---|---|
committer | amzrk2 | 2020-10-19 09:57:02 +0800 |
commit | 62828c9598ed326f3f2405f20d52f1a1cb5986f5 (patch) | |
tree | d0ece711b5386a0b799dc0cfa148367020c05463 /layouts/partials | |
parent | 788ac2c3d0a90f2240c5788be98d76e311250c70 (diff) | |
download | hugo-theme-fuji-62828c9598ed326f3f2405f20d52f1a1cb5986f5.tar.gz hugo-theme-fuji-62828c9598ed326f3f2405f20d52f1a1cb5986f5.tar.bz2 hugo-theme-fuji-62828c9598ed326f3f2405f20d52f1a1cb5986f5.zip |
update: example site
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 22c44a3..bdc4891 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -8,7 +8,7 @@ {{ end }} <span>© {{ with .Site.Params.copyrightStartYear }}{{ . }}-{{ end }}{{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author }}</a> - {{ with .Site.Params.sourceURL }} | <a href="{{ . }}">source code</a> {{ end }} + {{ with .Site.Params.sourceURL }} | <a href="{{ . }}">Source code</a> {{ end }} | {{ 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" }} |