diff --git a/_includes/header.html b/_includes/header.html index ce1814b3..6970fa25 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -10,8 +10,11 @@
Do you like to share your work as visual artist with our audience? Fill the form on our Call for Talks section. @@ -45,9 +48,9 @@
Location: {{post.location}}
+Location: {{post.location}}
{% for topic in post.topics | split:"," %} - {{topic}} {% endfor %} {% for talk in post.talks %} + {{topic}} {% endfor %} {% for talk in post.talks %}{{talk.artist}} / {{talk.title}}
+{{talk.artist}} / {{talk.title}}
{{talk.description | truncate: 300 }} ...
+ {% if (talk.description | size) > 300 %} +{{talk.description | truncate: 300 }}
{% else %}{{talk.description}}
{% endif%}