hacks-guide-minimal-mistake.../_layouts/archive-taxonomy.html

16 lines
312 B
HTML
Raw Normal View History

---
layout: default
author_profile: false
---
2016-04-04 20:20:47 +02:00
<div id="main" role="main">
{% include sidebar.html %}
<div class="archive">
<h1 class="page__title">{{ page.title }}</h1>
{% include base_path %}
{% for post in page.posts %}
{% include archive-single.html %}
{% endfor %}
</div>
2016-03-11 21:55:06 +01:00
</div>