redesign 2023
This commit is contained in:
5
themes/FixIt/layouts/shortcodes/details.html
Normal file
5
themes/FixIt/layouts/shortcodes/details.html
Normal file
@ -0,0 +1,5 @@
|
||||
<details>
|
||||
<summary>{{ .Get "summary" | default (.Get 0) | .Page.RenderString }}</summary>
|
||||
{{ .Inner | .Page.RenderString }}
|
||||
</details>
|
||||
{{- /* EOF */ -}}
|
Reference in New Issue
Block a user