From: Alex Shpak Date: Thu, 30 Jan 2025 23:56:12 +0000 (+0100) Subject: tpl/tplimpl: Remove leading whitespaces produced by Youtube shortcode X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=13b208e2f70fd0bfad8a4ae33a30afb5fd4b7477;p=brevno-suite%2Fhugo tpl/tplimpl: Remove leading whitespaces produced by Youtube shortcode --- diff --git a/tpl/tplimpl/embedded/templates/shortcodes/youtube.html b/tpl/tplimpl/embedded/templates/shortcodes/youtube.html index b61c6130a..afb1d132f 100644 --- a/tpl/tplimpl/embedded/templates/shortcodes/youtube.html +++ b/tpl/tplimpl/embedded/templates/shortcodes/youtube.html @@ -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. */ -}}