mirror of
https://gitlab.com/EternalWanderer/vugo.git
synced 2024-11-28 21:13:51 +01:00
Detail block handling
This commit is contained in:
parent
830a422532
commit
8122d5eb1a
1
layouts/shortcodes/end-details.html
Normal file
1
layouts/shortcodes/end-details.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
</details>
|
4
layouts/shortcodes/start-details.html
Normal file
4
layouts/shortcodes/start-details.html
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<details>
|
||||||
|
<summary>
|
||||||
|
{{ .Get "summary" }}
|
||||||
|
</summary>
|
Loading…
Reference in a new issue