From b8d45e2ee2a573e6bec27b0b45c0c39022ad7fe2 Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Fri, 15 Jul 2022 09:41:44 -0400 Subject: [PATCH] feat(blog/list): hide post dates no one needs to see how infrequently i actually update this thing without actually delving into my git histories --- blog/themes/mineral/layouts/_default/list.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/blog/themes/mineral/layouts/_default/list.html b/blog/themes/mineral/layouts/_default/list.html index 9452d03..48e9221 100644 --- a/blog/themes/mineral/layouts/_default/list.html +++ b/blog/themes/mineral/layouts/_default/list.html @@ -18,9 +18,6 @@ {{ .Title }} {{ end }} - {{ if ne .Kind "term" }} -

{{.Date.Format "January 2, 2006"}}

- {{ end }}

{{ .Summary | plainify | htmlUnescape }}