From 46c119928956ba21154974e6d0ebb31401ae13ef Mon Sep 17 00:00:00 2001 From: Alex Haslam Date: Wed, 20 Dec 2023 15:01:25 +0000 Subject: [PATCH] Fix issue which can arise with formatting --- layouts/shortcodes/keyword.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/keyword.html b/layouts/shortcodes/keyword.html index ec870a0d..2248319b 100644 --- a/layouts/shortcodes/keyword.html +++ b/layouts/shortcodes/keyword.html @@ -2,9 +2,10 @@ - + {{if $icon}} {{ partial "icon" $icon }} - {{ end }} {{- .Inner | markdownify -}} + {{ end }} + {{- .Inner | markdownify -}}