Add missing .html extension to partials
This commit is contained in:
@@ -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 -}}
|
||||
|
Reference in New Issue
Block a user