chore: remove extra closing sign from video tag

This commit is contained in:
2026-01-30 16:06:12 +01:00
parent c60b28b7cc
commit c0af412250
+2 -2
View File
@@ -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;">
<source src="{{ .RelPermalink }}" type="{{ ($.Get "type" | default "video/webm") }}">
style="width: 100%; height: auto;"
>
<source src="{{ .RelPermalink }}" type="{{ ($.Get "type" | default "video/webm") }}">
Your browser does not support the video tag.
</video>
{{- end -}}