aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-13 04:24:27 -0400
committertdro <tdro@noreply.example.com>2022-05-13 04:24:27 -0400
commite3a3676dff760f16c0148a99b8f3f4324e314231 (patch)
tree35771435f20db1d48b263bda70337e10f6f7128b /themes
parent6d024f0dc8e1d5f7d7f877177eb8d4742deac7cb (diff)
downloadcanory-e3a3676dff760f16c0148a99b8f3f4324e314231.tar.gz
canory-e3a3676dff760f16c0148a99b8f3f4324e314231.tar.bz2
canory-e3a3676dff760f16c0148a99b8f3f4324e314231.zip
themes/default/layouts/partials/footer: Set default user
Diffstat (limited to 'themes')
-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 5fe4295..203ac64 100644
--- a/themes/default/layouts/partials/footer.html
+++ b/themes/default/layouts/partials/footer.html
@@ -1,4 +1,4 @@
-{{ $author := index .Site.Data.authors ((or .Params.author .Site.Author.default.user) | default "default") }}
+{{ $author := index .Site.Data.authors ((or .Params.author .Site.Author.default.footer) | default "default") }}
<footer>
{{- with .Site.Author.footer -}}