Thursday was early this week
This commit is contained in:
parent
6f992a5070
commit
7dcbf7eb9c
4 changed files with 443 additions and 367 deletions
File diff suppressed because it is too large
Load diff
381
_data/songs.json
381
_data/songs.json
File diff suppressed because it is too large
Load diff
|
@ -246,3 +246,6 @@
|
|||
- date: '2019-06-27'
|
||||
host: 'Miyoki'
|
||||
streamer: 'Approaching Nirvana'
|
||||
- date: '2019-07-02'
|
||||
host: '?Roundup'
|
||||
streamer: 'Cara Leigh'
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue