summaryrefslogtreecommitdiffstats
path: root/layouts/partials
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials')
-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 22c44a3..bdc4891 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -8,7 +8,7 @@
{{ end }}
<span>&copy; {{ 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> &amp; <a href="https://gohugo.io/"
target="_blank">Hugo</a>{{ i18n "footerPoweredEnd" }}