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 {