diff --git a/6_video.html b/6_video.html
index e95dc73c..218c5574 100644
--- a/6_video.html
+++ b/6_video.html
@@ -9,40 +9,37 @@ permalink: /video/
{% for post in site.posts %}
-
+
{% for talk in post.talks %}
-
+
{% if talk.talk_video_url %}
-
- {% assign vimeo_id = talk.talk_video_url | remove:'https://vimeo.com/' %}
-
+
+ {% assign vimeo_id = talk.talk_video_url | remove:'https://vimeo.com/' %}
+
+ {% if talk.topics %}
+ {% assign tags = (talk.topics | split:",") %}
+ {% endif %}
+
+
{{talk.title}}
- {% if talk.topics %}
-
- {% endif %}
{{talk.artist}} / {{talk.artist_website}} – {{talk.description}}
-
-
- {% endif %}
-
+
+
+ {% endif %}
+
{% endfor %}
{% endfor %}
-
+