initial commit

This commit is contained in:
2026-07-11 14:54:56 -04:00
commit 23f714f570
15 changed files with 633 additions and 0 deletions
@@ -0,0 +1 @@
<h{{ add .Level 1 }} id="{{ .Anchor | safeURL }}">{{ .Text | safeHTML }}</h{{ add .Level 1 }}>
@@ -0,0 +1,5 @@
{{- if eq (path.Ext .Destination) ".mp4" -}}
<div><video src='{{ .Destination | safeURL }}' alt='{{ .Text }}' title='{{ .Text }}' controls preload="metadata" playsinline></video></div>
{{- else -}}
<div><img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" title="{{ .Text }}"></div>
{{- end -}}