Implementing call for talks
This commit is contained in:
parent
901945a838
commit
68a589deee
4 changed files with 28 additions and 14 deletions
|
|
@ -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%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue