Add missing .html extension to partials

This commit is contained in:
Will Faught
2022-12-31 21:30:33 -08:00
parent f26b35ff0f
commit 016a9f3e57
17 changed files with 44 additions and 44 deletions

View File

@@ -1,4 +1,4 @@
{{ $authors := partial "paige/func-authors" . }}
{{ $authors := partial "paige/func-authors.html" . }}
{{ if or $authors .PublishDate}}
<p class="text-center text-secondary">
{{- with $authors }}{{ . }}{{ end -}}