Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 490 Bytes

events.md

File metadata and controls

22 lines (18 loc) · 490 Bytes
layout
home

{% include map.html category="event" %}

{% for post in site.posts %} {% if post.categories contains "event" %}
  <a href="{{post.url}}" class="tile-link">
    <div class="tile">
      <img src="{{post.teaser | liquify}}" alt="" class="tile-img">
      <div class="tile-overlay">
        <div class="tile-title">{{post.title}}</div>
      </div>
    </div>
  </a>
  
{% endif %}

{% endfor %}