From f4c5d9f12282695344134bd3ffd064ca4d1e1fe1 Mon Sep 17 00:00:00 2001 From: Simon C Date: Wed, 11 Mar 2020 14:03:09 +0100 Subject: [PATCH] fix: Minify HTML --- layouts/shortcodes/year.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/year.html b/layouts/shortcodes/year.html index 6b40db5..c1b06a4 100644 --- a/layouts/shortcodes/year.html +++ b/layouts/shortcodes/year.html @@ -1 +1 @@ -{{ now.Format "2006" }} +{{- now.Format "2006" -}}