+
-
+
- {% for talk in page.talks %} + +

#{{page.number}}

+

{{page.date_text}}

+
+ +
+ +
+ + {% capture talks_number %}{{ page.talks | size }}{% endcapture %} + {% capture col_width %}{{ 12 | divided_by:talks_number }}{% endcapture %} + + {% for talk in page.talks %} + +
-
{% if {{talk.media_artist_url}} %} @@ -24,18 +33,64 @@ layout: default {% endif %}
- {{talk.artist}} -

{{talk.title}}

-

{{talk.description}}

- Video + +
+

{{talk.artist}} / {{talk.title}}

+ {% if talk.description %} +

{{talk.description}}

+ {% endif %} + {% if talk.artist_bio %} +
About {{talk.artist}}
+

{{talk.artist_bio}}

+ {% endif %} + {% if talk.artist_website || talk.video_artist_url || talk.video_url %} +
Links
+ {% if talk.artist_website %} + {{talk.artist_website}} + {% endif %} + {% if talk.video_artist_url %} +
+ Artist's Video + {% endif %} + {% if talk.video_url %} +
+ Talk's Video + {% endif %} + {% endif %} +
+
- {% endfor%} + {% endfor %} + +
+ +
+ +
+ + + +