aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-08-07 21:09:18 -0400
committertdro <tdro@noreply.example.com>2023-08-07 21:11:14 -0400
commita8b2d59ab2ac0db9737cd910226fa97f3f2fd56f (patch)
tree42034826aacc445725ed3f8c900a199dce3773ad /themes/default/layouts/shortcodes
parent0a6ba4e79655ba8bf617c5d934c2507f9e801023 (diff)
downloadcanory-a8b2d59ab2ac0db9737cd910226fa97f3f2fd56f.tar.gz
canory-a8b2d59ab2ac0db9737cd910226fa97f3f2fd56f.tar.bz2
canory-a8b2d59ab2ac0db9737cd910226fa97f3f2fd56f.zip
themes/default/layouts/shortcodes/disclose: Trim whitespace
Diffstat (limited to 'themes/default/layouts/shortcodes')
-rw-r--r--themes/default/layouts/shortcodes/disclose.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/themes/default/layouts/shortcodes/disclose.html b/themes/default/layouts/shortcodes/disclose.html
index c5e7c2c..c23b0ca 100644
--- a/themes/default/layouts/shortcodes/disclose.html
+++ b/themes/default/layouts/shortcodes/disclose.html
@@ -5,8 +5,6 @@
{{- end -}}
<details data-disclosure="">
- <summary>
- {{ (or $.Page.Params.title $text) | markdownify }}
- </summary>
+ <summary>{{- (or $.Page.Params.title $text) | markdownify -}}&ensp;</summary>
</details>
{{- /* This comment removes trailing newlines and white spaces. */ -}}