First standalone version
This commit is contained in:
commit
9d22a63950
49 changed files with 1367 additions and 0 deletions
4
layouts/shortcodes/details.html
Normal file
4
layouts/shortcodes/details.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<details><summary>{{ .Get "title" }}</summary>
|
||||
|
||||
{{ .Inner }}
|
||||
</details>
|
Loading…
Add table
Add a link
Reference in a new issue