From 8f8de47c6fd3b8270263296babe0b13c2215279f Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 3 Jan 2021 18:39:01 -0700 Subject: [PATCH] bug: tls youtube shortcode --- layouts/shortcodes/youtube.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/youtube.html b/layouts/shortcodes/youtube.html index abc9ff5..797b28c 100644 --- a/layouts/shortcodes/youtube.html +++ b/layouts/shortcodes/youtube.html @@ -8,7 +8,7 @@ type="text/html" width="640" height="385" - src="http://www.youtube.com/embed/{{ index .Params 0 }}" + src="https://www.youtube.com/embed/{{ index .Params 0 }}" allowfullscreen frameborder="0">