--- layout: page title: Artists permalink: /artists/ ---

{{page.title}}

Back to home
{% capture counter %}{{ '0' }}{% endcapture %} {% for post in site.posts %} {% for talk in post.talks %} {% if counter == '0' %}
{% endif %}
{% if {{talk.media_artist_url}} %} {% else %} {% endif %}

{{talk.artist}}

#{{post.number}}
{% capture counter %}{{ counter | plus:'1' }}{% endcapture %} {% if counter == '4' %} {% capture counter %}{{ '0' }}{% endcapture %}
{% endif %} {% endfor %} {% endfor %}