Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 473 Bytes

map.md

File metadata and controls

21 lines (18 loc) · 473 Bytes
layout title permalink
page
Mappe
/mappe/
{% for post in site.posts %} {% if post.categories contains 'mappe' %}
    <div class="entry">
      {{ post.excerpt }}
    </div>

    <a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
  </article>
{% endif %}

{% endfor %}