mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
ddd8c77938
The Hugo site uses HTTPS but the video link was HTTP, which made chrome block the video
4 lines
213 B
HTML
4 lines
213 B
HTML
<div class="video-container">
|
|
<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>
|