From c0af4122508fb1e0659ab68c5b6ac5f5d6d31fd3 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Fri, 30 Jan 2026 16:06:12 +0100 Subject: [PATCH] chore: remove extra closing sign from video tag --- layouts/_shortcodes/video.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_shortcodes/video.html b/layouts/_shortcodes/video.html index 31e854b..d477d80 100644 --- a/layouts/_shortcodes/video.html +++ b/layouts/_shortcodes/video.html @@ -4,9 +4,9 @@ {{ if eq ($.Get "controls" | default "true") "true" }}controls{{ end }} {{ if eq ($.Get "loop" | default "false") "true" }}loop{{ end }} preload="metadata" - style="width: 100%; height: auto;"> - + style="width: 100%; height: auto;" > + Your browser does not support the video tag. {{- end -}}