proper copy on streamer block

This commit is contained in:
sakrecoer 2020-07-26 16:30:06 +02:00
parent fdd36c7d38
commit bce9861e31

View file

@ -3,7 +3,7 @@
{% if page.category == 'releases' %} {% if page.category == 'releases' %}
{% if page.check_this_if_cannot_be_bought == false %} {% if page.check_this_if_cannot_be_bought == false %}
<h3 style="text-align: center;display: block;">Buy this release</h3> <h3 style="text-align: center;display: block;">Get this release</h3>
<div class="streamer"> <div class="streamer">
{% for shop in page.stores %} {% for shop in page.stores %}
{% if shop.download == true %} {% if shop.download == true %}
@ -12,7 +12,7 @@
{% endfor %} {% endfor %}
</div> </div>
<h3 style="text-align: center;display: block;margin-top:40px;">&nbsp;</h3> <p style="text-align: center;display: block;margin-top:40px;">Stream it, follow, like and subscribe!</p>
<div class="streamer"> <div class="streamer">
{% for shop in page.stores %} {% for shop in page.stores %}
@ -26,7 +26,7 @@
{% else %} {% else %}
<h3 style="text-align: center;display: block;">This release can't be bought</h3> <h3 style="text-align: center;display: block;">This release can't be bought</h3>
<p>But you can find others here:</p> <p>Stream, follow, like and subscribe!</p>
<div class="streamer"> <div class="streamer">
{% for shop in site.data.stores %} {% for shop in site.data.stores %}
{% if shop.download == true %} {% if shop.download == true %}
@ -53,7 +53,7 @@
{% if post.album == page.albumSlug %} {% if post.album == page.albumSlug %}
{% if post.check_this_if_cannot_be_bought == false %} {% if post.check_this_if_cannot_be_bought == false %}
<h3 style="text-align: center;display: block;">Buy this track</h3> <h3 style="text-align: center;display: block;">Get this track</h3>
<div class="streamer"> <div class="streamer">
{% for shop in post.stores %} {% for shop in post.stores %}
{% if shop.download == true %} {% if shop.download == true %}
@ -62,7 +62,7 @@
{% endfor %} {% endfor %}
</div> </div>
<h3 style="text-align: center;display: block;margin-top:40px;">&nbsp;</h3> <p style="text-align: center;display: block;margin-top:40px;">Stream it, follow, like and subscribe!</p>
<div class="streamer"> <div class="streamer">
{% for shop in post.stores %} {% for shop in post.stores %}
@ -75,7 +75,7 @@
{% else %} {% else %}
<h3 style="text-align: center;display: block;">This track can't be bought</h3> <h3 style="text-align: center;display: block;">This track can't be bought</h3>
<p>But you can find others here:</p> <p>Stream, follow, like and subscribe!</p>
<div class="streamer"> <div class="streamer">
{% for shop in site.data.stores %} {% for shop in site.data.stores %}
{% if shop.download == true %} {% if shop.download == true %}
@ -106,7 +106,7 @@
{% if post.album == page.slug %} {% if post.album == page.slug %}
{% if post.check_this_if_cannot_be_bought == false %} {% if post.check_this_if_cannot_be_bought == false %}
<h3 style="text-align: center;display: block;">Buy this album</h3> <h3 style="text-align: center;display: block;">Get this album</h3>
<div class="streamer"> <div class="streamer">
{% for shop in post.stores %} {% for shop in post.stores %}
{% if shop.download == true %} {% if shop.download == true %}
@ -115,7 +115,7 @@
{% endfor %} {% endfor %}
</div> </div>
<h3 style="text-align: center;display: block;margin-top:40px;">&nbsp;</h3> <p style="text-align: center;display: block;margin-top:40px;">Stream it, follow, like and subscribe!</p>
<div class="streamer"> <div class="streamer">
{% for shop in post.stores %} {% for shop in post.stores %}
@ -128,7 +128,7 @@
{% else %} {% else %}
<h3 style="text-align: center;display: block;">This album can't be bought</h3> <h3 style="text-align: center;display: block;">This album can't be bought</h3>
<p>But you can find others here:</p> <p>Stream, follow, like and subscribe!</p>
<div class="streamer"> <div class="streamer">
{% for shop in site.data.stores %} {% for shop in site.data.stores %}
{% if shop.download == true %} {% if shop.download == true %}
@ -155,7 +155,7 @@
{% else %} {% else %}
<h3 style="text-align: center;display: block;">Support {{ site.name }}</h3> <h3 style="text-align: center;display: block;">Support {{ site.name }}</h3>
<p>Pay for music here:</p> <p>Stream, follow, like and subscribe!</p>
<div class="streamer"> <div class="streamer">
{% for shop in site.data.stores %} {% for shop in site.data.stores %}
{% if shop.download == true %} {% if shop.download == true %}