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