2016-03-11 15:39:20 +01:00
|
|
|
---
|
|
|
|
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>
|