From 444c19c262c50c95bb5041d3eb6da9080089cf50 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 25 Oct 2017 22:10:52 +0100 Subject: [PATCH] HTML time tag is a thing apparently --- layouts/posts/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/posts/list.html b/layouts/posts/list.html index bdce83c..e7b9d88 100644 --- a/layouts/posts/list.html +++ b/layouts/posts/list.html @@ -7,7 +7,7 @@ {{ $month := (print .Key "-01") }}

{{ if ne .Key "0001-01" }} - {{ dateFormat "2006-01" $month }} + {{ end }}

{{ range .Pages.ByDate }}