Weekly post

This commit is contained in:
Dan 2026-02-15 07:37:37 +00:00
parent 6c959a9f96
commit 0fca7fa015
3 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{{ $src := .Get "src" }}
{{ with .Page.Resources.GetMatch $src }}
<div style="text-align: center;">
<video autoplay loop muted playsinline>
<source src="{{ .RelPermalink }}" type="{{ .MediaType }}">
</video>
</div>
{{ end }}