aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-08-07 22:01:57 -0400
committertdro <tdro@noreply.example.com>2023-08-07 22:05:23 -0400
commit2136cf96f6dd69ddcaea1cdca611a265d7f31d49 (patch)
tree8bf36c5fe6e85c05a91c4c89274c376719ecf172 /themes/default/layouts
parenta8b2d59ab2ac0db9737cd910226fa97f3f2fd56f (diff)
downloadcanory-2136cf96f6dd69ddcaea1cdca611a265d7f31d49.tar.gz
canory-2136cf96f6dd69ddcaea1cdca611a265d7f31d49.tar.bz2
canory-2136cf96f6dd69ddcaea1cdca611a265d7f31d49.zip
themes/default/layouts/shortcodes/disclose: One trailing space
Diffstat (limited to 'themes/default/layouts')
-rw-r--r--themes/default/layouts/shortcodes/disclose.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/shortcodes/disclose.html b/themes/default/layouts/shortcodes/disclose.html
index c23b0ca..d8fbfe1 100644
--- a/themes/default/layouts/shortcodes/disclose.html
+++ b/themes/default/layouts/shortcodes/disclose.html
@@ -5,6 +5,6 @@
{{- end -}}
<details data-disclosure="">
- <summary>{{- (or $.Page.Params.title $text) | markdownify -}}&ensp;</summary>
+ <summary>{{- (or $.Page.Params.title $text) | markdownify -}}&nbsp;</summary>
</details>
{{- /* This comment removes trailing newlines and white spaces. */ -}}