mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
5 lines
212 B
HTML
5 lines
212 B
HTML
|
<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>
|
||
|
</div>
|