diff --git a/layouts/shortcodes/keyword.html b/layouts/shortcodes/keyword.html index a954847a..ec870a0d 100644 --- a/layouts/shortcodes/keyword.html +++ b/layouts/shortcodes/keyword.html @@ -1,12 +1,10 @@ {{ $icon := .Get "icon"}} - - - - {{if $icon}} - {{ partial "icon" $icon }} - {{ end }} {{- .Inner | markdownify -}} - + + + {{if $icon}} + {{ partial "icon" $icon }} + {{ end }} {{- .Inner | markdownify -}} diff --git a/layouts/shortcodes/keywordList.html b/layouts/shortcodes/keywordList.html index ae87a068..22d89c60 100644 --- a/layouts/shortcodes/keywordList.html +++ b/layouts/shortcodes/keywordList.html @@ -1 +1 @@ -
{{- .Inner -}}
+
{{- .Inner -}}