aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-10-17 18:54:19 -0400
committertdro <tdro@noreply.example.com>2023-10-17 18:54:19 -0400
commita985ccf460d163a31941771d7e04e0f37981afd6 (patch)
tree9fd26b8108cb8669e9685ed5cbd2c80bfb38eef3 /themes/default/layouts/shortcodes
parentd0cd07b12c2c88f7f956bc3d1d8a2dd6177fc388 (diff)
downloadcanory-a985ccf460d163a31941771d7e04e0f37981afd6.tar.gz
canory-a985ccf460d163a31941771d7e04e0f37981afd6.tar.bz2
canory-a985ccf460d163a31941771d7e04e0f37981afd6.zip
themes/default/layouts/shortcodes/disclose: Inline block
Diffstat (limited to 'themes/default/layouts/shortcodes')
-rw-r--r--themes/default/layouts/shortcodes/disclose.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/default/layouts/shortcodes/disclose.html b/themes/default/layouts/shortcodes/disclose.html
index 7f0f805..5422366 100644
--- a/themes/default/layouts/shortcodes/disclose.html
+++ b/themes/default/layouts/shortcodes/disclose.html
@@ -5,6 +5,8 @@
{{- end -}}
<details data-disclosure="">
- <summary>{{- (or $.Page.Params.title $text) | markdownify -}}</summary>
+ <summary>
+ {{- (or $.Page.Params.title $text) | markdownify }}
+ </summary>
</details>
{{- /* This comment removes trailing newlines and white spaces. */ -}}