2016-10-30 01:02:14 +02:00
|
|
|
---
|
|
|
|
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>
|
2016-11-23 02:29:35 +01:00
|
|
|
</div>
|