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