redundant white space
This commit is contained in:
parent
3c99f63a0f
commit
50840e9fa4
|
@ -66,7 +66,7 @@ layout: default
|
||||||
{% assign sorted = site.data.radio | sort: 'name' %}
|
{% assign sorted = site.data.radio | sort: 'name' %}
|
||||||
{% for artist in sorted %}
|
{% for artist in sorted %}
|
||||||
{% if artist.url %}
|
{% if artist.url %}
|
||||||
<a href="{{ artist.url }}" target="_blank" rel="noopener">{{ artist.name }} </a> {% unless forloop.last %}-{% endunless %}
|
<a href="{{ artist.url }}" target="_blank" rel="noopener">{{ artist.name }}</a> {% unless forloop.last %}-{% endunless %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ artist.name }} {% unless forloop.last %}-{% endunless %}
|
{{ artist.name }} {% unless forloop.last %}-{% endunless %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue