— title: Archives permalink: /archives/

include_nav: true

{% for post in site.posts %} {% if post.layout == 'post' %} {% include post/archive_post.html %} {% endif %} {% endfor %}