This commit is contained in:
Open-Steps.org 2015-03-01 19:55:21 +01:00
parent 8a85137368
commit dc6ac77cfc

View file

@ -14,13 +14,13 @@ layout: default
<h3>#{{page.number}}</h3>
<h4>{{page.date_text}}</h4>
{% if post.location %}
{% if page.location %}
<p><a class="highlight button hvr-sweep-to-top" href={{post.location_website}} target="_blank">{{post.location}}</a></p>
{% endif %}
<p>
<ul>
{% for talk in post.talks %}
{% for talk in page.talks %}
{% if talk.topics %}
{% assign tags = (talk.topics | split:",") %}
{% for tag in tags | uniq %}