summaryrefslogtreecommitdiff
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 d6b7522..4519767 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" class="book-expand-expander" />
+ <input type="checkbox" class="hidden" />
<div class="book-expand-content markdown-inner">
{{ .Inner | markdownify }}
</div>