shithub: hugo

ref: 0aaf3c56a511c6582db4dbfb28879e964e6f2d92
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>