Guide_Vita/_layouts/archive-taxonomy.html
emiyl 4c3d949c85 Initial Commit
Co-authored-by: Plailect <plailect@gmail.com>
Co-authored-by: emiyl <nopanopey@gmail.com>
2018-07-02 22:51:21 -04:00

16 lines
285 B
HTML

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