This commit is contained in:
Open-Steps.org 2015-03-01 19:52:54 +01:00
parent cde5755238
commit 8a85137368

View file

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