This commit is contained in:
Alex Corbi 2017-10-30 12:30:20 +01:00
parent 33498f2a37
commit 7fef33f4aa
3 changed files with 163 additions and 147 deletions

View file

@ -28,6 +28,14 @@ home: yes
{% endif %}
{% endfor %}
</ul>
{% if first_post.location %}
<ul>
<li><a class="highlight button hvr-sweep-to-top" href={{first_post.location_website}} target="_blank">{{first_post.location}}</a></li>
{% if first_post.fb_event_url %}
<li><a class="highlight button hvr-sweep-to-top" target="_blank" href={{first_post.fb_event_url}}><i class="fa fa-facebook-square"></i></a></li>
{% endif %}
</ul>
{% endif %}
</div>
</a>
</div>
@ -94,12 +102,12 @@ home: yes
{% if (post.layout == 'event-special') %}
<h4>Special event</h4>
<h3>{{post.number}}</h3>
<h3>{{post.number}}</h3>
{% elsif (post.layout == 'event-spektrum') %}
<h4>Spektrum event</h4>
<h3>{{post.number}}</h3>
{% else %}
<h3>#{{post.number}}</h3>
<h3>{{post.number}}</h3>
{% else %}
<h3>#{{post.number}}</h3>
{% endif %}
<h4>{{post.date_text}}</h4>