diff --git a/_includes/featured-artists.html b/_includes/featured-artists.html index 51743e9..96a8c54 100644 --- a/_includes/featured-artists.html +++ b/_includes/featured-artists.html @@ -1,5 +1,5 @@ -
-

Vem {% if page.category == 'ljudkonst' %}spelar? {% else %}Ställer ut?{% endif %}

+
+

Vem {% if page.category == 'ljudkonst' %}spelar? {% else %}Ställer ut?{% endif %}

{% for artist_name in page.deltagande_artists %} {% for artist in site.artists %} {% capture name -%} @@ -9,16 +9,15 @@ | replace_first: '.md', '' }} {%- endcapture %} - {% if name == artist_name %}
-
-

{{ artist.name }}

-

{{ artist.blurb_text }}
- {% if artist.link != null %} -
{% if page.category == 'ljudkonst'%}Lyssna{% else %}Mer info{% endif %} - här{% endif %}

+ {% if name == artist_name %} +
+
+ {% if artist.link != null %}{{ artist.name }} + {% else %} + {{ artist.name }} + {% endif %} +
{% break %} {% endif %} {% endfor %} @@ -26,4 +25,5 @@ -
\ No newline at end of file +
+