Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipsenkbeil/grid-side.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralrayyes <alrayyes@gmail.com>2016-09-24 03:23:26 +0300
committerChip Senkbeil <chip.senkbeil@gmail.com>2016-09-24 03:23:26 +0300
commit736656284820ca898d5da318df1d5dd03099f4b9 (patch)
treed1b7d305052e3866198dc8f210ac8b8365c9b4ad
parent6702985528376ed1d3d31937d32f23124f01ebb2 (diff)
Update youtube.html (#30)
Youtube now loads via http or https to fix mixed content errors on https sites
-rw-r--r--layouts/shortcodes/youtube.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/youtube.html b/layouts/shortcodes/youtube.html
index f0e9e9e..fead63a 100644
--- a/layouts/shortcodes/youtube.html
+++ b/layouts/shortcodes/youtube.html
@@ -3,7 +3,7 @@
type="text/html"
width="640"
height="385"
- src="http://www.youtube.com/embed/{{ index .Params 0 }}?playlist={{ index .Params 0 }}&loop=1"
+ src="//www.youtube.com/embed/{{ index .Params 0 }}?playlist={{ index .Params 0 }}&loop=1"
allowfullscreen
frameborder="0">
</iframe>