Add underscores to parameters

This commit is contained in:
Will Faught
2022-12-15 20:03:50 -08:00
parent bc708f24f8
commit df5ec6296e
11 changed files with 24 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
{{ with .PublishDate }}
{{ $format := ":date_long" }}
{{ with site.Params.paigedateformat }}
{{ 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>