aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/base-title.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/base-title.html')
-rw-r--r--themes/default/layouts/partials/base-title.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/base-title.html b/themes/default/layouts/partials/base-title.html
index c8736b1..fff4530 100644
--- a/themes/default/layouts/partials/base-title.html
+++ b/themes/default/layouts/partials/base-title.html
@@ -1,4 +1,4 @@
-{{- $author := index .Site.Data .Section -}}
+{{- $author := index .Site.Data.authors .Section -}}
{{- if not (eq .Title $.Site.Title) -}}
{{- with $title := or .Title .Summary -}}