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:
-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>