diff --git a/_includes/streamer.html b/_includes/streamer.html index 8e4b047..4e5c809 100644 --- a/_includes/streamer.html +++ b/_includes/streamer.html @@ -1,13 +1,58 @@ -
-{% if page.collection == 'posts' %} - {% if page.category == 'releases' %} - {% if page.check_this_if_cannot_be_bought == false %} +{% if page.collection == 'posts' %} +{% if page.category == 'releases' %} +{% if page.check_this_if_cannot_be_bought == false %} +
+

Get this release

+
+ {% for shop in page.stores %} + {% if shop.download == true %} + {{ shop.name }} + {% endif %} + {% endfor %} +
+ +

Stream it, follow, like and subscribe!

+
+ + {% for shop in page.stores %} + {% if shop.download != true %} + + {{ shop.name }} + {% endif %} + {% endfor %} +
+
+{% else %} +
+

This release can't be obtained

+

Stream, follow, like and subscribe!

+
+ {% for shop in site.data.stores %} + {% if shop.download == true %} + {{ shop.name }} + {% endif %} + {% endfor %} +
+

 

+ +
+ {% for shop in site.data.stores %} + {% if shop.download != true %} + {{ shop.name }} + {% endif %} + {% endfor %} +
+
+{% endif %} +{% else %} +{% if page.check_this_if_cannot_be_bought == false %} +

Get this release

{% for shop in page.stores %} {% if shop.download == true %} - {{ shop.name }} + {{ shop.name }} {% endif %} {% endfor %}
@@ -22,95 +67,25 @@ {% endif %} {% endfor %} - - {% else %} - -

This release can't be bought

-

Stream, follow, like and subscribe!

-
- {% for shop in site.data.stores %} - {% if shop.download == true %} - {{ shop.name }} - {% endif %} - {% endfor %} -
-

 

- -
- {% for shop in site.data.stores %} - {% if shop.download != true %} - {{ shop.name }} - {% endif %} - {% endfor %} -
- {% endif %} - {% endif %} - - {% elsif page.collection == 'tracks' %} +
+{% else %} +{% endif %} +{% endif %} - {% for post in site.posts %} - {% if post.album == page.albumSlug %} - {% if post.check_this_if_cannot_be_bought == false %} - -

Get this track

-
- {% for shop in post.stores %} - {% if shop.download == true %} - {{ shop.name }} - {% endif %} - {% endfor %} -
- -

Stream it, follow, like and subscribe!

-
- - {% for shop in post.stores %} - {% if shop.download != true %} - - {{ shop.name }} - {% endif %} - {% endfor %} -
- {% else %} - -

This track can't be bought

-

Stream, follow, like and subscribe!

-
- {% for shop in site.data.stores %} - {% if shop.download == true %} - {{ shop.name }} - {% endif %} - {% endfor %} -
-

 

- -
- {% for shop in site.data.stores %} - {% if shop.download != true %} - {{ shop.name }} - {% endif %} - {% endfor %} -
- {% break %} - - {% endif %} - {% endif %} - {% endfor %} - - -{% elsif page.collection == 'albums' %} +{% elsif page.collection == 'tracks' %} +
{% for post in site.posts %} -{% if post.album == page.slug %} +{% if post.album == page.albumSlug %} {% if post.check_this_if_cannot_be_bought == false %} -

Get this album

+

Get this track

{% for shop in post.stores %} {% if shop.download == true %} - {{ shop.name }} + {{ shop.name }} {% endif %} {% endfor %}
@@ -127,12 +102,12 @@ {% else %} -

This album can't be bought

+

This track can't be obtained

Stream, follow, like and subscribe!

{% for shop in site.data.stores %} {% if shop.download == true %} - {{ shop.name }} + {{ shop.name }} {% endif %} {% endfor %}
@@ -141,7 +116,60 @@
{% for shop in site.data.stores %} {% if shop.download != true %} - {{ shop.name }} + {{ shop.name }} + {% endif %} + {% endfor %} +
+{% break %} + +{% endif %} +{% endif %} +{% endfor %} +
+ +{% elsif page.collection == 'albums' %} + +
+{% for post in site.posts %} +{% if post.album == page.slug %} +{% if post.check_this_if_cannot_be_bought == false %} + +

Get this album

+
+ {% for shop in post.stores %} + {% if shop.download == true %} + {{ shop.name }} + {% endif %} + {% endfor %} +
+ +

Stream it, follow, like and subscribe!

+
+ + {% for shop in post.stores %} + {% if shop.download != true %} + + {{ shop.name }} + {% endif %} + {% endfor %} +
+{% else %} + +

This album can't be obtained

+

Stream, follow, like and subscribe!

+
+ {% for shop in site.data.stores %} + {% if shop.download == true %} + {{ shop.name }} + {% endif %} + {% endfor %} +
+

 

+ +
+ {% for shop in site.data.stores %} + {% if shop.download != true %} + {{ shop.name }} {% endif %} {% endfor %}
@@ -151,26 +179,27 @@ {% endif %} {% endfor %} - +
{% else %} +

Support {{ site.title }}

Stream, follow, like and subscribe!

- {% for shop in site.data.stores %} - {% if shop.download == true %} - {{ shop.name }} - {% endif %} - {% endfor %} +{% for shop in site.data.stores %} +{% if shop.download == true %} +{{ shop.name }} +{% endif %} +{% endfor %}

 

- {% for shop in site.data.stores %} - {% if shop.download != true %} - {{ shop.name }} - {% endif %} - {% endfor %} -
+{% for shop in site.data.stores %} +{% if shop.download != true %} +{{ shop.name }} +{% endif %} +{% endfor %} + +
{% endif %} -
\ No newline at end of file