diff --git a/layouts/shortcodes/expand.html b/layouts/shortcodes/expand.html index 4de845a773..762a88de14 100644 --- a/layouts/shortcodes/expand.html +++ b/layouts/shortcodes/expand.html @@ -5,7 +5,7 @@
- {{/* things are getting complicated when search tries to open the expand box while jquery sets the display CSS on the element */}} + {{/* things are getting complicated when search tries to open the expand box while jquery sets the display CSS on the element */}}{{ "" -}} @@ -14,6 +14,6 @@
- {{ $content }} +{{ $content }}
\ No newline at end of file diff --git a/layouts/shortcodes/notice.html b/layouts/shortcodes/notice.html index c8f773d44e..85c91a5708 100644 --- a/layouts/shortcodes/notice.html +++ b/layouts/shortcodes/notice.html @@ -3,5 +3,5 @@ {{- $title := .Get 1 | default ($style | T) }}
{{ $title }}
- {{- .Inner }} +{{ .Inner -}}
\ No newline at end of file