4 lines
177 B
HTML
4 lines
177 B
HTML
{{ if .PublishDate }}
|
|
<p class="text-center text-muted"><time datetime="{{ .PublishDate.Format `2006-01-02` }}">{{ .PublishDate.Format "January 2, 2006" }}</time></p>
|
|
{{ end }}
|