diff --git a/_includes/featured-artists.html b/_includes/featured-artists.html index efae930..2b54e25 100644 --- a/_includes/featured-artists.html +++ b/_includes/featured-artists.html @@ -1,9 +1,9 @@
- {% for artist in page.deltagande_artists %} {% assign author_id = page.artist %} {% assign author = site.artists | where: "name", author_id | first %} + {% for artist in page.deltagande_artists %}

{{ author.blurb_text }}

diff --git a/_layouts/events.html b/_layouts/events.html index 74196af..6e821b5 100644 --- a/_layouts/events.html +++ b/_layouts/events.html @@ -16,6 +16,7 @@ layout: default

{{ page.description }}

{{ content }}
+{% include featured-artists.html %} {% if page.slutet_salskap == true %}
{% if page.slutet_salskap == true %}