aboutsummaryrefslogtreecommitdiff
path: root/layouts/shortcodes/expand.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/expand.html')
-rw-r--r--layouts/shortcodes/expand.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/expand.html b/layouts/shortcodes/expand.html
index 547fb3f..d6b7522 100644
--- a/layouts/shortcodes/expand.html
+++ b/layouts/shortcodes/expand.html
@@ -4,7 +4,7 @@
<span>{{ default "Expand" (.Get 0) }}</span>
<span>{{ default "↕" (.Get 1) }}</span>
</div>
- <input type="checkbox" style="display: none" />
+ <input type="checkbox" class="book-expand-expander" />
<div class="book-expand-content markdown-inner">
{{ .Inner | markdownify }}
</div>