site/layouts/shortcodes/spoiler.html
Elara Musayelyan 2a880808cf
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Update about page and add projects page
2023-09-11 03:02:29 -07:00

5 lines
78 B
HTML

<details>
<summary>{{.Get 0}}</summary>
{{.Inner | markdownify}}
</details>