diff --git a/layouts/partials/shortcodes/expand.html b/layouts/partials/shortcodes/expand.html index e4b2025cc5..0267fb4bf0 100644 --- a/layouts/partials/shortcodes/expand.html +++ b/layouts/partials/shortcodes/expand.html @@ -16,7 +16,6 @@ {{ $title | markdownify }}
-{{ $content | safeHTML }} -
+{{ $content | safeHTML }} {{- end }} \ No newline at end of file diff --git a/layouts/partials/shortcodes/notice.html b/layouts/partials/shortcodes/notice.html index 784eb9947e..385a51e107 100644 --- a/layouts/partials/shortcodes/notice.html +++ b/layouts/partials/shortcodes/notice.html @@ -19,6 +19,6 @@
{{ if $icon }}{{ end }}{{ if and $icon $title }} {{ end }}{{ $title | markdownify }}
-{{ $content | safeHTML }}
+{{ $content | safeHTML }}
{{- end }} \ No newline at end of file