From 50d53ee7e82efd745a0c72f8a526e4093be12e44 Mon Sep 17 00:00:00 2001 From: Kiritan Flux Date: Sun, 22 Jan 2017 22:50:08 +0100 Subject: [PATCH] fixed some bootstrap stuff --- 6_video.html | 26 +++++++++++++------------- css/video.css | 15 ++++++++++----- 2 files changed, 23 insertions(+), 18 deletions(-) diff --git a/6_video.html b/6_video.html index e1962c8d..4fa98729 100644 --- a/6_video.html +++ b/6_video.html @@ -26,11 +26,11 @@ permalink: /video/ {% assign allTopicsABC = allTopics | sort %}
- +
- +
- +
{% for thisTopic in allTopicsABC %} @@ -38,7 +38,7 @@ permalink: /video/ {% endfor %}
-
+
{% for post in site.posts %} {% for talk in post.talks %} @@ -47,9 +47,9 @@ permalink: /video/ {% if talk.topics %} {% assign tags = (talk.topics | split:",") %} {% endif %} -
+
{{talk.artist}}
- +

{{talk.title}}

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

{% endif %} @@ -62,7 +62,7 @@ permalink: /video/
- +
@@ -72,20 +72,20 @@ permalink: /video/