davideisinger.com

My personal website
Log | Files | Refs | README

commit 6ed1e7afee29d0b8a29f2f9f0cbed0a42914ec2b
parent 5d37de83342083dec1b0b3186067ec05867c4b92
Author: David Eisinger <[email protected]>
Date:   Thu,  2 Mar 2023 22:49:59 -0500

Fix date bug

Diffstat:
Mthemes/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 1, 2006" }} + Posted {{ .Date | time.Format "January _2, 2006" }} {{ if .Params.tags }} under