personal-blog/layouts/shortcodes/youtube.html

6 lines
285 B
HTML
Raw Normal View History

<div style="text-align: center;"><div class="embed video-player">
2021-11-27 16:25:19 +00:00
<iframe class="youtube-player" type="text/html" width="640" height="385" style="border-width: 0"
src="https://www.youtube.com/embed/{{ index .Params 0 }}" allowfullscreen>
</iframe>
</div>
</div>