Update post date fmt

This commit is contained in:
David Eisinger
2023-03-10 14:15:42 -05:00
parent 49fed6b379
commit 5ab6b9af9d

View File

@@ -4,7 +4,7 @@
<h2>{{ .Title }}</h2>
<h3>
Posted {{ .Date | time.Format "January _2, 2006" }}
Posted {{ .Date | time.Format "2006-01-02" }}
{{ if .Params.tags }}
under