From e8c2fd545fe355a7f2bdf52987a91c7668004d21 Mon Sep 17 00:00:00 2001 From: Kiritan Flux Date: Mon, 23 Jan 2017 10:45:54 +0100 Subject: [PATCH] fixed broken isotope --- 6_video.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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