hacks-guide-minimal-mistake.../_layouts/archive-taxonomy.html
2016-03-11 15:55:06 -05:00

12 lines
238 B
HTML

---
layout: default
author_profile: false
---
<div class="archive">
<h1 class="page__title">{{ page.title }}</h1>
{% include base_path %}
{% for post in page.posts %}
{% include archive-list-single.html %}
{% endfor %}
</div>