--- layout: default --- {% include header.html title=page.category button="See latest posts" %} {% include breadcrumb.html active_title=page.category %}
{% for post in site.categories[page.category] %} {% include post.html post=post %} {% endfor %} {% include popular.html %}