From 9669cd5405e19eb50c25e7e06f5bd692b815e755 Mon Sep 17 00:00:00 2001 From: ShellTux <115948079+ShellTux@users.noreply.github.com> Date: Sat, 20 Sep 2025 18:37:00 +0100 Subject: [PATCH] video layout --- layouts/shortcodes/video.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 layouts/shortcodes/video.html diff --git a/layouts/shortcodes/video.html b/layouts/shortcodes/video.html new file mode 100644 index 0000000..1df3208 --- /dev/null +++ b/layouts/shortcodes/video.html @@ -0,0 +1,23 @@ +{{ $source := .Get "src" }} +{{ $classes := .Get "classes" }} +{{ $width := .Get "width" }} +{{ $loop := .Get "loop"}} +{{ $autoplay := .Get "autoplay"}} +{{ $controls := .Get "controls"}} +{{ $preload := .Get "preload"}} +