Add youtube shortcode

This commit is contained in:
ItsDrike 2021-08-26 12:36:39 +02:00
parent 1eb174479a
commit 6e888ed235
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -0,0 +1,7 @@
<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>