From 017f1004ab22c8edb32a255b6afc098225bb225d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 6 Feb 2022 17:10:50 +0100 Subject: [PATCH] theme: whitespace --- layouts/shortcodes/expand.html | 4 ++-- layouts/shortcodes/notice.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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