mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-06-22 17:11:55 +00:00
remove warn
This commit is contained in:
parent
1642ba8fcd
commit
da7492ba2c
@ -1,13 +0,0 @@
|
||||
{{ warnf "Expand shortcode is deprecated. Use 'details' instead." }}
|
||||
<div class="book-expand">
|
||||
<label>
|
||||
<div class="book-expand-head flex justify-between">
|
||||
<span>{{ default (i18n "Expand") (.Get 0) }}</span>
|
||||
<span>{{ default "↕" (.Get 1) }}</span>
|
||||
</div>
|
||||
<input type="checkbox" class="hidden" />
|
||||
<div class="book-expand-content markdown-inner">
|
||||
{{ .Inner | markdownify }}
|
||||
</div>
|
||||
</label>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user