Implementing facebook galleries
Improved navigator
This commit is contained in:
parent
e06f538690
commit
515bbe0ed2
26 changed files with 120 additions and 61 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue