Rename paige-metadata.html to paige-other.html

This commit is contained in:
Will Faught
2022-12-27 22:54:49 -08:00
parent e22e55461a
commit 1966758e6a

View File

@@ -1,8 +0,0 @@
{{ $authors := partial "paige-func-authors.html" . }}
{{ if or $authors .PublishDate}}
<p class="text-center text-muted">
{{- with $authors }}{{ . }}{{ end -}}
{{- if and $authors .PublishDate }}<br>{{ end -}}
{{- with .PublishDate }}<time datetime="{{ .Format `2006-01-02` }}">{{ time.Format (site.Params.paige.date_format | default ":date_long") . }}</time>{{ end -}}
</p>
{{ end }}