From 0b9021741ff852448bff195c2938befff06d9ca7 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 29 Aug 2026 00:12:19 +0200 Subject: [PATCH] revert for older hugo --- layouts/partials/contributor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -}}

Contributor(s)