Fixed video showcase
This commit is contained in:
parent
d5d1f6547d
commit
58dc3ffa49
3 changed files with 1506 additions and 46 deletions
|
|
@ -6,20 +6,15 @@ visible: false
|
|||
permalink: /video/
|
||||
---
|
||||
|
||||
{% assign post_number = site.posts | size %}
|
||||
|
||||
<div id="video-roster" class="content container-fluid">
|
||||
|
||||
{% for post in site.posts %}
|
||||
{% if post.layout != "event-spektrum" %}
|
||||
{% continue %}
|
||||
{% endif %}
|
||||
|
||||
{% for talk in post.talks %}
|
||||
|
||||
{% if talk.talk_video_url %}
|
||||
|
||||
{% assign vimeo_id = 43849383 %}
|
||||
{% assign vimeo_id = talk.talk_video_url | remove:'https://vimeo.com/' %}
|
||||
|
||||
<div class="videobox" vimeo="{{vimeo_id}}">
|
||||
<div class="video-title">{{talk.title}}</div>
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
</description>
|
||||
<link>http://scopesessions.org/</link>
|
||||
<atom:link href="http://scopesessions.org /feed.xml " rel="self" type="application/rss+xml" />
|
||||
<pubDate>Mon, 16 Jan 2017 00:02:06 +0100</pubDate>
|
||||
<lastBuildDate>Mon, 16 Jan 2017 00:02:06 +0100</lastBuildDate>
|
||||
<pubDate>Mon, 16 Jan 2017 00:32:48 +0100</pubDate>
|
||||
<lastBuildDate>Mon, 16 Jan 2017 00:32:48 +0100</lastBuildDate>
|
||||
<generator>Jekyll v3.1.2</generator>
|
||||
|
||||
<item>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue