mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2025-04-28 18:57:47 +02:00
Add details shortcode
This commit is contained in:
parent
c68cb2c080
commit
03abdc730f
2 changed files with 77 additions and 0 deletions
4
layouts/shortcodes/details.html
Normal file
4
layouts/shortcodes/details.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<details class="">
|
||||
<summary>{{ (.Get 0) | markdownify }}</summary>
|
||||
{{ .Inner | $.Page.RenderString (dict "display" "block") }}
|
||||
</details>
|
Loading…
Add table
Add a link
Reference in a new issue