shithub: hugo

ref: ab5862cd00d84114cc82cde88d31ab1d8eddd388
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="http://www.youtube.com/embed/{{ index .Params 0 }}" allowfullscreen frameborder="0">
</iframe>
</div>