Fix date bug

This commit is contained in:
David Eisinger
2023-03-02 22:49:59 -05:00
parent 5d37de8334
commit 6ed1e7afee

View File

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