---
title: Streams
ptitle: Streams
---
{% assign streams = site.data.streams | reverse %}
{% for stream in streams %}
-
{%- if stream.host == '!Chill' -%} Tuesday Chill Stream
{%- elsif stream.host == '!Throwback' -%} Throwback: {{ stream.throwbackHost }}
{%- elsif stream.host == '!Roundup' -%} Monthly Roundup
{%- else -%} {{- stream.host -}}
{%- endif -%}
{% if stream.live %} - LIVE {%- endif -%}
-
{{ stream.date | date: "%a, %b %d, %Y" }}
{%- if stream.streamer -%} {% comment %} No streamer for future streams {% endcomment %}
-
Streamer: {{ stream.streamer }}
{%- endif -%}
{% endfor %}