From a4805942ac2d6c907075556faff1ae683d06d266 Mon Sep 17 00:00:00 2001 From: Jacob Hartmann Date: Thu, 2 Jun 2022 20:41:16 +0200 Subject: [PATCH] changed date format --- postUtils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postUtils.go b/postUtils.go index db34f5e..48fd62d 100644 --- a/postUtils.go +++ b/postUtils.go @@ -20,7 +20,7 @@ type Post struct { } const htmlDateLayout = "2006-01-02" -const normalDateLayout = "02 Jan 2006" +const normalDateLayout = "02 Jan - 06" var modTime time.Time func newPost(path string, f os.FileInfo, err error) error {