Adding some useful shortcodes
This commit is contained in:
parent
e78f3c8de9
commit
6a52a11c56
6 changed files with 56 additions and 1 deletions
3
layouts/shortcodes/details.html
Normal file
3
layouts/shortcodes/details.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<details><summary>{{ .Get 0 }}</summary>
|
||||
{{ .Inner }}
|
||||
</details>
|
||||
Loading…
Add table
Add a link
Reference in a new issue