Thursday was early this week

This commit is contained in:
Norbi Peti 2019-07-02 21:50:38 +02:00
parent 6f992a5070
commit 7dcbf7eb9c
No known key found for this signature in database
GPG key ID: DBA4C4549A927E56
4 changed files with 443 additions and 367 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -246,3 +246,6 @@
- date: '2019-06-27'
host: 'Miyoki'
streamer: 'Approaching Nirvana'
- date: '2019-07-02'
host: '?Roundup'
streamer: 'Cara Leigh'

View file

@ -5,7 +5,7 @@ ptitle: Streams
{% assign streamx = site.data.streams | reverse %}
<div class="stream-row">
<div class="stream-column">
<h2>Tuesday</h2>
<h2>Tuesday Chill</h2>
<ul>
{% assign streamm = streamx | where: "host", "!Chill" | where: "live", nil %}
{% for stream in streamm %}
@ -14,7 +14,7 @@ ptitle: Streams
</ul>
</div>
<div class="stream-column">
<h2>Thursday</h2>
<h2>Hosted Thursday</h2>
<ul>
{% assign streamm = streamx | where: "live", nil %}
{% for stream in streamm %}