Added data, improving UI

This commit is contained in:
Open-Steps.org 2014-12-01 00:39:03 +01:00
parent c709b3b7e9
commit 8428f55745
15 changed files with 248 additions and 29 deletions

View file

@ -7,7 +7,7 @@
{% include header.html %}
<div class="container-fluid">
<div class="content container-fluid">
{{ content }}
</div>

View file

@ -1,9 +1,9 @@
---
layout: default
---
<div class="post">
<div class="event_page">
<div class="wrapper">
<div class="wrapper container-fluid">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
@ -21,6 +21,7 @@ layout: default
<h3 href={{talk.artist_url}}>{{talk.artist}}</h3>
<h4>{{talk.title}}</h4>
<p>{{talk.description}}</p>
<a href={{talk.video_url}}>Video</a>
</div>
{% endfor%}