bug: tls youtube shortcode

This commit is contained in:
Matthew Ryan Dillon 2021-01-03 18:39:01 -07:00
parent 56645e93d0
commit 8f8de47c6f

View file

@ -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">
</iframe>