less raw html

add video shortcode
avoid linking to youtube, download my own video
This commit is contained in:
Christoph Cullmann 2025-07-19 18:38:57 +02:00
parent 39580917c9
commit 9653cd67ba
No known key found for this signature in database
3 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,4 @@
<video width="100%" preload="{{ .Get "preload" }}" controls>
<source src="{{ .Get "src" }}" type="{{ .Get "type" }}">
Your browser does not seem to support the video {{ .Get "src" }}.
</video>