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

5 lines
141 B
HTML
Raw Normal View History

2017-07-08 16:31:41 +01:00
<div class="yt-embed">
<iframe src="//www.youtube-nocookie.com/embed/{{ .Get 0 }}?rel=0" allowfullscreen frameborder="0"></iframe>
</div>