From 60c5c47750cab52a51db734b5660f7a797d53998 Mon Sep 17 00:00:00 2001 From: Chaoming Li Date: Mon, 9 Dec 2024 11:30:47 +1100 Subject: [PATCH] fix for issue #2 --- layouts/shortcodes/feature.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/feature.html b/layouts/shortcodes/feature.html index 5318621..fa3f3c3 100644 --- a/layouts/shortcodes/feature.html +++ b/layouts/shortcodes/feature.html @@ -36,7 +36,7 @@ - {{ . | strings.TrimSpace }} + {{ . | default "" }} {{ end }}