From a39805b2be8641ad6f5c4371222dee6d521dfece Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Mon, 6 Jul 2020 12:33:06 +0200 Subject: [PATCH] streamer on aother pages --- _includes/streamer.html | 49 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/_includes/streamer.html b/_includes/streamer.html index 1d5e31d6..b191f6f5 100644 --- a/_includes/streamer.html +++ b/_includes/streamer.html @@ -3,7 +3,7 @@ {% if page.category == 'release' %} {% if page.stores[0].name != nil %} -

Buy this record

+

Buy this release

{% for shop in page.stores %} {% if shop.download == true %} @@ -25,7 +25,7 @@ {% else %} -

This album is not for sate

+

This release can't be bought

But you can find others here:

{% for shop in site.data.stores %} @@ -34,6 +34,15 @@ {% endif %} {% endfor %}
+

 

+ +
+ {% for shop in site.data.stores %} + {% if shop.download != true %} + {{ shop.name }} + {% endif %} + {% endfor %} +
{% endif %} {% endif %} @@ -70,6 +79,15 @@

This track can't be bought

But you can find others here:

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

 

+
{% for shop in site.data.stores %} {% if shop.download == true %} @@ -121,8 +139,35 @@ {% endif %} {% endfor %}
+

 

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

Support {{ site.name }}

+

Pay for music here:

+
+ {% 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