1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-28 02:50:29 -04:00
jarv.is/layouts/shortcodes/youtube.html
2021-12-13 20:46:28 -05:00

9 lines
279 B
HTML

<div class="embed {{ .Name }}">
<iframe
class="youtube-player"
src="https://www.youtube-nocookie.com/embed/{{ index .Params 0 }}?autoplay=0&amp;hl=en&amp;fs=1&amp;showinfo=1&amp;rel=0&amp;iv_load_policy=3"
allow="fullscreen"
allowfullscreen>
</iframe>
</div>