1
0
Fork 0
mirror of synced 2024-06-30 02:21:08 -04:00
yadm/_layouts/archive-taxonomy.html

16 lines
312 B
HTML
Raw Normal View History

2016-09-06 23:18:34 -04:00
---
layout: default
author_profile: false
---
<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>
</div>