Move paige_date_format to paige.date_format
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user