This commit is contained in:
parent
33498f2a37
commit
7fef33f4aa
3 changed files with 163 additions and 147 deletions
16
index.html
16
index.html
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue