updated links to https

This commit is contained in:
Salar Rahmanian 2017-12-16 20:23:15 -05:00
parent 3591f6c475
commit b128fa2d45
17 changed files with 29 additions and 28 deletions

View file

@ -1,4 +1,5 @@
<div class="embed video-player">
<iframe class="youtube-player" type="text/html" width="640" height="385" src="http://www.youtube.com/embed/{{ index .Params 0 }}" allowfullscreen frameborder="0">
<iframe class="youtube-player" type="text/html" width="640" height="385"
src="https://www.youtube.com/embed/{{ index .Params 0 }}" allowfullscreen frameborder="0">
</iframe>
</div>