tpl/tplimpl: Remove leading whitespaces produced by Youtube shortcode

This commit is contained in:
Alex Shpak
2025-01-31 00:56:12 +01:00
committed by Bjørn Erik Pedersen
parent 329b2342f0
commit 13b208e2f7
2 changed files with 5 additions and 5 deletions

View File

@@ -102,7 +102,7 @@ Renders an embedded YouTube video.
{{- $allow := "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" }}
{{- $referrerpolicy := "strict-origin-when-cross-origin" }}
{{- /* Render. */}}
{{- /* Render. */ -}}
<div
{{- with $class }} class="{{ . }}" {{- end }}
{{- with $divStyle }} style="{{ . | safeCSS }}" {{- end -}}