temper-tv/main-site/themes/temper/layouts/shortcodes/twitch.html

9 lines
194 B
HTML
Raw Normal View History

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