Move paige_date_format to paige.date_format

This commit is contained in:
Will Faught
2022-12-18 02:30:00 -08:00
parent 024f30d8f5
commit 4a4feb5648
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{{ with .PublishDate }}
{{ $format := ":date_long" }}
{{ with site.Params.paige_date_format }}
{{ with site.Params.paige.date_format }}
{{ $format = . }}
{{ end }}
<p class="text-center text-muted"><time datetime="{{ .Format `2006-01-02` }}">{{ time.Format $format . }}</time></p>