aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/base-footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/base-footer.html')
-rw-r--r--themes/default/layouts/partials/base-footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/base-footer.html b/themes/default/layouts/partials/base-footer.html
index d83f07c..53b3b2f 100644
--- a/themes/default/layouts/partials/base-footer.html
+++ b/themes/default/layouts/partials/base-footer.html
@@ -1,5 +1,5 @@
{{- $kind := in (slice "home" "taxonomy" "term") .Page.Kind -}}
-{{- $author := index .Site.Data ((or .Params.author .Site.Author.default.footer) | default "default") -}}
+{{- $author := index .Site.Data ((or .Section .Site.Author.default.footer) | default "default") -}}
<footer>
{{- with .Site.Author.footer -}}