From daddf9e6ed828cd90d1f6db38aa72d6aef66b0b5 Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 11 Oct 2023 19:37:23 -0400 Subject: themes/default/layouts/shortcodes/disclose: Avoid   --- themes/default/layouts/shortcodes/disclose.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/default/layouts/shortcodes') diff --git a/themes/default/layouts/shortcodes/disclose.html b/themes/default/layouts/shortcodes/disclose.html index d8fbfe1..7f0f805 100644 --- a/themes/default/layouts/shortcodes/disclose.html +++ b/themes/default/layouts/shortcodes/disclose.html @@ -5,6 +5,6 @@ {{- end -}}
- {{- (or $.Page.Params.title $text) | markdownify -}}  + {{- (or $.Page.Params.title $text) | markdownify -}}
{{- /* This comment removes trailing newlines and white spaces. */ -}} -- cgit v1.2.3