blog/themes/beautifulhugo/layouts/shortcodes/details.html

4 lines
93 B
HTML
Raw Normal View History

2022-08-21 10:48:00 +01:00
<details><summary>{{ .Get 0 | markdownify }}</summary>
{{ .Inner | markdownify }}
2022-06-25 08:56:31 +01:00
</details>