minor tweaks

This commit is contained in:
Luke Smith
2026-08-28 23:03:04 +02:00
parent 97e5806122
commit b164c3180e
3 changed files with 7 additions and 8 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{{ $author := index .Site.Data.authors (.Params.author | default "default") }}
{{ $author := index hugo.Data.authors (.Params.author | default "default") }}
{{- if $author -}}
<h2>Contributor(s)</h2>
<ul>
@@ -22,4 +22,4 @@
</ul>
</li>
</ul>
{{- end -}}
{{- end -}}