commit 5ab6b9af9dcb625cee6f9b7cc07cf355f37f03a8 parent 49fed6b379fada14ba87bdec69de967a2438dd4f Author: David Eisinger <[email protected]> Date: Fri, 10 Mar 2023 14:15:42 -0500 Update post date fmt Diffstat:
| M | themes/v2/layouts/journal/single.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/v2/layouts/journal/single.html b/themes/v2/layouts/journal/single.html @@ -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