Added test bg pics and upcoming sessions css classing

This commit is contained in:
Open-Steps.org 2014-12-04 00:03:34 +01:00
parent 6c3be96a2a
commit 91423a3644
15 changed files with 113 additions and 98 deletions

View file

@ -6,14 +6,15 @@ layout: default
<div class="wrapper container-fluid">
<h1 class="page-heading">Events</h1>
{% for post in paginator.posts %}
<div class="row event">
{% if post.upcoming %}
<div class="row event upcoming">
{% else %}
<div class="row event">
{% endif %}
<a href={{post.url}}><h3>{{post.title}}</h3></a>
<!-- <p>{{post.date}}</p> -->
{% for talk in post.talks %}