1
0
Fork 0
mirror of https://github.com/ItsDrike/itsdrike.com.git synced 2025-05-09 04:58:36 +00:00
itsdrike.com/layouts/shortcodes/youtube.html
2021-08-26 12:36:39 +02:00

7 lines
248 B
HTML

<iframe
class="youtube-embed"
src="https://www.youtube-nocookie.com/embed/{{ .Get 0 }}"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>