zerforschen.plus/layouts/_shortcodes/gif.html
Vinzenz Schroeter 6323e61952 add day 1
2025-08-17 01:23:27 +02:00

3 lines
No EOL
128 B
HTML

{{ with .Page.Resources.Get (.Get "src") }}
<video loop src="{{ .RelPermalink }}" width="100%" autoplay muted></video>
{{ end }}