Skip to content

Commit

Permalink
Use https
Browse files Browse the repository at this point in the history
The Hugo site uses HTTPS but the video link was HTTP, which made chrome block the video
  • Loading branch information
fmpwizard authored and anthonyfok committed Oct 12, 2015
1 parent 17fb752 commit ddd8c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/layouts/shortcodes/youtube.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="video-container">
<iframe class="youtube-player" type="text/html" width="100%" height="auto" src="http://www.youtube.com/embed/{{ index .Params 0 }}" allowfullscreen frameborder="0">
<iframe class="youtube-player" type="text/html" width="100%" height="auto" src="https://www.youtube.com/embed/{{ index .Params 0 }}" allowfullscreen frameborder="0">
</iframe>
</div>

0 comments on commit ddd8c77

Please sign in to comment.