temper-tv/main-site/themes/temper/layouts/shortcodes/youtube.html
shockrah 6b06ce36d0
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 18s
New post :3
2025-04-25 04:27:23 -07:00

9 lines
280 B
HTML

<iframe
src="{{ .Get 0 }}"
width="640"
height="480"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen>
</iframe>