From 5ab6b9af9dcb625cee6f9b7cc07cf355f37f03a8 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Fri, 10 Mar 2023 14:15:42 -0500 Subject: [PATCH] Update post date fmt --- 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 index 5b0f888..d52d7f1 100644 --- a/themes/v2/layouts/journal/single.html +++ b/themes/v2/layouts/journal/single.html @@ -4,7 +4,7 @@

{{ .Title }}

- Posted {{ .Date | time.Format "January _2, 2006" }} + Posted {{ .Date | time.Format "2006-01-02" }} {{ if .Params.tags }} under