diff --git a/_includes/streamer.html b/_includes/streamer.html index 000448fa..54e83b3f 100644 --- a/_includes/streamer.html +++ b/_includes/streamer.html @@ -1,33 +1,13 @@ -{% if page.collection == 'tracks' %} -
-

Buy pax:nion Music

-
- {% for shop in site.data.stores %} - {% if shop.download == true %} - Buy on {{ shop.name }} - {% endif %} - {% endfor %} -
+
+{% if page.collection == 'posts' %} -

Stream

-
+ {% if page.stores[0].name != nil %} - {% for shop in site.data.stores %} - {% if shop.download != true %} - - {{ shop.name }} - {% endif %} - {% endfor %} -
-
-{% else %} -{% if page.stores[0].name != nil %} -

Buy this record

{% for shop in page.stores %} {% if shop.download == true %} - Buy on {{ shop.name }} + {{ shop.name }} {% endif %} {% endfor %}
@@ -42,9 +22,11 @@ {% endif %} {% endfor %} -
-{% else %} -
+ + {% endif %} + +{% elsif page.collection == 'tracks' or page.collection == 'albums' %} + {% if page.collection == 'albums' %}

This release  can't be bought

But other releases are available here:

@@ -56,10 +38,11 @@
{% for shop in site.data.stores %} {% if shop.download == true %} - Buy on {{ shop.name }} + {{ shop.name }} {% endif %} {% endfor %}
-
+ + {% endif %} -{% endif %} \ No newline at end of file +
\ No newline at end of file