Browse by topic
{% for post in site.posts %}
{% assign pos = 39 | minus: post.number %}
{% for topic in post.topics | split:"," %}
{{topic}}
{% endfor %}
{% endfor %}
Upcoming session
{% assign post = site.posts | first%}
#{{post.number}}{{post.date_text}} ({{post.location}})
{% for topic in post.topics | split:"," %}
{{topic}}
{% endfor %}
{% for talk in post.talks %}
{{talk.artist}} / {{talk.title}}
{% endfor %}