Added events 20-29

This commit is contained in:
Open-Steps.org 2015-01-13 09:42:51 +01:00
parent ca0616274b
commit 057a63d15e
25 changed files with 441 additions and 19 deletions

View file

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