Add func prefix to func templates

This commit is contained in:
Will Faught
2022-12-19 17:18:00 -08:00
parent 4d84560390
commit bd156f6251
6 changed files with 5 additions and 5 deletions

View File

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