diff --git a/radio.html b/radio.html index e7c9f31..97d4cb7 100644 --- a/radio.html +++ b/radio.html @@ -66,7 +66,7 @@ layout: default {% assign sorted = site.data.radio | sort: 'name' %} {% for artist in sorted %} {% if artist.url %} - {{ artist.name }} {% unless forloop.last %}-{% endunless %} + {{ artist.name }} {% unless forloop.last %}-{% endunless %} {% else %} {{ artist.name }} {% unless forloop.last %}-{% endunless %} {% endif %}