Add func prefix to func templates
This commit is contained in:
@@ -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 -}}
|
||||
|
Reference in New Issue
Block a user