From 9367e9adca80cd9778f4f6b69ce91602ddbf6698 Mon Sep 17 00:00:00 2001 From: Kiritan Flux Date: Sat, 21 Jan 2017 11:03:02 +0100 Subject: [PATCH] added tags and location to a div with class 'filter' in video grid. install bower component 'isotope' --- 6_video.html | 37 +++++++++++++++++-------------------- _includes/head.html | 1 + 2 files changed, 18 insertions(+), 20 deletions(-) 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 %} -
    - {% assign tags = (talk.topics | split:",") %} - {% for tag in tags | uniq %} -
  • {{tag}}
  • - {% endfor %} -
- {% endif %}

{{talk.artist}} / {{talk.artist_website}} – {{talk.description}}

-
- - {% endif %} - +
+ + {% endif %} + {% endfor %} {% endfor %} - +
- + +