Skip to content

Commit 13b208e

Browse files
alex-shpakbep
authored andcommitted
tpl/tplimpl: Remove leading whitespaces produced by Youtube shortcode
1 parent 329b234 commit 13b208e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎tpl/tplimpl/embedded/templates/shortcodes/youtube.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
{{- $allow := "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" }}
103103
{{- $referrerpolicy := "strict-origin-when-cross-origin" }}
104104

105-
{{- /* Render. */}}
105+
{{- /* Render. */ -}}
106106
<div
107107
{{- with $class }} class="{{ . }}" {{- end }}
108108
{{- with $divStyle }} style="{{ . | safeCSS }}" {{- end -}}

‎tpl/tplimpl/shortcodes_integration_test.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -675,12 +675,12 @@ title: p2
675675

676676
b := hugolib.Test(t, files)
677677

678-
b.AssertFileContent("public/p1/index.html", "515600e76b272f51")
679-
b.AssertFileContent("public/p2/index.html", "b5ceeace7dfa797a")
678+
b.AssertFileContent("public/p1/index.html", "a0a6f5ade9cc3a9f")
679+
b.AssertFileContent("public/p2/index.html", "289c655e727e596c")
680680

681681
files = strings.ReplaceAll(files, "privacy.youtube.privacyEnhanced = false", "privacy.youtube.privacyEnhanced = true")
682682

683683
b = hugolib.Test(t, files)
684-
b.AssertFileContent("public/p1/index.html", "e92c7f4b768d7e23")
685-
b.AssertFileContent("public/p2/index.html", "c384e83e035b71d9")
684+
b.AssertFileContent("public/p1/index.html", "b76d790c20d2bd04")
685+
b.AssertFileContent("public/p2/index.html", "a6db910a9cf54bc1")
686686
}

0 commit comments

Comments
 (0)