add day 1

This commit is contained in:
Vinzenz Schroeter 2025-08-17 01:23:27 +02:00
parent bee60c416d
commit 6323e61952
9 changed files with 98 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{{ with .Page.Resources.Get (.Get "src") }}
<video loop src="{{ .RelPermalink }}" width="100%" autoplay muted></video>
{{ end }}