shithub: hugo

ref: ed3015c35014089deb3b9dae03d0997c04f0834c
dir: /docs/layouts/shortcodes/youtube.html/

View raw version
<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>