temper-tv/main-site/themes/temper/layouts/shortcodes/twitch.html
shockrah 7f626cd7ee Adding /stream
NOTE: I'm yoloing the push for this because IDK if I need any refer's on the iframe
probably not but leaving this note on the likely chance of it breaking.
Testing locally proved to be somewhat annoying
2023-11-09 00:13:23 -08:00

9 lines
194 B
HTML

<!-- Dimensions inspired by Terry A. Davis -->
<iframe
src="https://player.twitch.tv/?channel={{ .Get 0 }}&parent=temper.tv"
height="640"
width="480"
allowfullscreen>
</iframe>