From e736e570bf8209b903090d25169413a1c9bc27e1 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 29 Aug 2022 10:43:13 -0400 Subject: [PATCH] Fix date formatting escapes --- themes/red/layouts/_default/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/red/layouts/_default/list.html b/themes/red/layouts/_default/list.html index ca4242e..60bdbd0 100644 --- a/themes/red/layouts/_default/list.html +++ b/themes/red/layouts/_default/list.html @@ -25,9 +25,9 @@ {{ if in .File.Dir "projects" }} - {{ .Date.Format " 2006"}} + {{ .Date.Format " 2006"}} {{ else }} - + {{ end }}