Implementing facebook galleries

Improved navigator
This commit is contained in:
Open-Steps.org 2015-02-13 21:11:03 +01:00
parent e06f538690
commit 515bbe0ed2
26 changed files with 120 additions and 61 deletions

View file

@ -48,7 +48,11 @@ layout: default
<div class="talk-detail">
<h4>{{talk.artist}} / {{talk.title}}</h4>
<p>{{talk.description}}</p>
{% if talk.description | size > 300 %}
<p>{{talk.description | truncate: 300 }} ...</p>
{% else %}
<p>{{talk.description}}</p>
{% endif%}
{% if talk.artist_website %}
<a class="button hvr-sweep-to-top" href={{talk.artist_website}} target="_blank">{{talk.artist_website}}</a> {% endif %} {% if talk.video_artist_url %}
<br>