mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
chore: remove extra closing sign from video tag
This commit is contained in:
@@ -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 -}}
|
||||
|
||||
Reference in New Issue
Block a user