fixing track pages

This commit is contained in:
sakrecoer 2020-07-05 13:14:39 +02:00
parent 8e092fba9f
commit 769e27ce37
2 changed files with 12 additions and 18 deletions

View file

@ -45,8 +45,14 @@
</section>
{% else %}
<section class="streambox" style="margin-top:40px;">
{% if page.collection == 'albums' %}
<h3 style="text-align: center;display: block;">This release&nbsp; can't be bought</h3>
<p>But other releases are available here:</p>
{% else %}
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
<p>But other tracks are available here:</p>
{% endif %}
<div class="streamer">
{% for shop in site.data.stores %}
{% if shop.download == true %}
@ -54,18 +60,6 @@
{% endif %}
{% endfor %}
</div>
<!--
<h3 style="text-align: center;display: block;margin-top:40px;">Stream</h3>
<div class="streamer">
{% for shop in site.data.stores %}
{% if shop.download != true %}
<a onclick="_paq.push(['trackEvent', 'StoreLink', '{{ shop.name | remove: " " }}']);" style="flex: 0 0 75px;margin:10px; font-size: 75px;" target="_blank" rel="noopener" href="{{ shop.url }}" alt="Stream from {{ shop.name }}" title="Stream from {{ shop.name }}" class="icon style2 brands {{ shop.icon }}"><span class="label">{{ shop.name }}</span></a>
{% endif %}
{% endfor %}
</div>
-->
</section>
{% endif %}
{% endif %}