diff --git a/6_video.html b/6_video.html index 4fa98729..7b32af35 100644 --- a/6_video.html +++ b/6_video.html @@ -38,7 +38,7 @@ permalink: /video/ {% endfor %} -
+
{% for post in site.posts %} {% for talk in post.talks %} @@ -47,7 +47,7 @@ permalink: /video/ {% if talk.topics %} {% assign tags = (talk.topics | split:",") %} {% endif %} -
+
{{talk.artist}}

{{talk.title}}

#{{ post.number }}: {{talk.artist}} / {{talk.artist_website}} – {{talk.description}}

@@ -134,7 +134,6 @@ permalink: /video/ }); $('#video-roster').isotope({ - // options itemSelector: '.videobox' }); // init Isotope