1
Fork 0
theorangeone.net-legacy/layouts/shortcodes/youtube.html

4 lines
141 B
HTML

<div class="yt-embed">
<iframe src="//www.youtube-nocookie.com/embed/{{ .Get 0 }}?rel=0" allowfullscreen frameborder="0"></iframe>
</div>