aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2024-01-26 13:41:44 -0500
committertdro <tdro@noreply.example.com>2024-01-26 13:41:44 -0500
commit9bff1486d8bfe69004e770fd8f35e08efd1ef489 (patch)
tree8287cb3b5a3a03b947ffd107bf43f6ef9af9f10e /themes/default/layouts/partials
parentddee0102aef736b05e17d171849ff959c57fa7e1 (diff)
downloadcanory-9bff1486d8bfe69004e770fd8f35e08efd1ef489.tar.gz
canory-9bff1486d8bfe69004e770fd8f35e08efd1ef489.tar.bz2
canory-9bff1486d8bfe69004e770fd8f35e08efd1ef489.zip
themes/default/layouts/partials/footer: Fix customization
Diffstat (limited to 'themes/default/layouts/partials')
-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 &copy; {{ now | time.Format "2006"}} &middot;
{{- end -}}
{{- else -}}
- {{ or $author.default.footer $author.title | markdownify }} &middot;
+ {{ or $author.footer $author.title | markdownify }} &middot;
{{- end }}
<a href="/sitemap.xml" >Site Map</a>
</footer>