Move from static -> assets

This commit is contained in:
2025-05-19 20:33:01 -04:00
parent 0a7745a3fe
commit b662b3ddc0
7 changed files with 2412 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
{{- /*
Template comment syntax: https://hugo.d.balki.me/templates/introduction/#comments
collapsable section ref: https://stackoverflow.com/a/78475534
*/ -}}
<details>
<summary>{{ .Get "title" | default "Click to expand" | markdownify }}</summary>
<div>{{ .Inner | markdownify }}</div>
</details>