{% for artist_name in page.deltagande_artists %}
{% for artist in site.artists %}
{% capture name -%}
{{ artist.relative_path
| replace_first: artist.collection, ''
| replace_first: '_/', ''
| replace_first: '.md', ''
}}
{%- endcapture %}
{% if name == artist_name %}