aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/footer.html')
-rw-r--r--themes/default/layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/footer.html b/themes/default/layouts/partials/footer.html
index cae0cbf..54d6ab1 100644
--- a/themes/default/layouts/partials/footer.html
+++ b/themes/default/layouts/partials/footer.html
@@ -8,7 +8,7 @@
Copyright © {{ now | time.Format "2006"}} ·
{{- end -}}
{{- else -}}
- {{ or $author.default.footer $author.title | markdownify }} ·
+ {{ or $author.footer $author.title | markdownify }} ·
{{- end }}
<a href="/sitemap.xml" >Site Map</a>
</footer>