Implementing call for talks

This commit is contained in:
Open-Steps.org 2015-02-16 09:45:44 +01:00
parent 901945a838
commit 68a589deee
4 changed files with 28 additions and 14 deletions

View file

@ -1,5 +1,6 @@
---
layout: default
home: yes
---
<div class="content container-fluid">
@ -48,8 +49,8 @@ layout: default
<div class="talk-detail">
<h4>{{talk.artist}} / {{talk.title}}</h4>
{% if talk.description | size > 300 %}
<p>{{talk.description | truncate: 300 }} ...</p>
{% if (talk.description | size) > 300 %}
<p>{{talk.description | truncate: 300 }}</p>
{% else %}
<p>{{talk.description}}</p>
{% endif%}