diff --git a/layouts/partials/contributor.html b/layouts/partials/contributor.html index 55267c5..af74f18 100644 --- a/layouts/partials/contributor.html +++ b/layouts/partials/contributor.html @@ -1,4 +1,4 @@ -{{ $author := index hugo.Data.authors (.Params.author | default "default") }} +{{ $author := index .Site.Data.authors (.Params.author | default "default") }} {{- if $author -}}