2016-03-11 15:39:20 +01:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
author_profile: false
|
|
|
|
---
|
|
|
|
|
2019-11-12 21:11:52 +01:00
|
|
|
{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
|
|
|
|
{% include page__hero.html %}
|
|
|
|
{% elsif page.header.video.id and page.header.video.provider %}
|
|
|
|
{% include page__hero_video.html %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% if page.url != "/" and site.breadcrumbs %}
|
|
|
|
{% unless paginator %}
|
|
|
|
{% include breadcrumbs.html %}
|
|
|
|
{% endunless %}
|
|
|
|
{% endif %}
|
|
|
|
|
2016-04-04 20:20:47 +02:00
|
|
|
<div id="main" role="main">
|
|
|
|
{% include sidebar.html %}
|
|
|
|
|
|
|
|
<div class="archive">
|
2019-11-12 21:11:52 +01:00
|
|
|
{% unless page.header.overlay_color or page.header.overlay_image %}
|
|
|
|
<h1 id="page-title" class="page__title">{{ page.title }}</h1>
|
|
|
|
{% endunless %}
|
2016-04-04 20:20:47 +02:00
|
|
|
{% for post in page.posts %}
|
|
|
|
{% include archive-single.html %}
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|
2019-11-12 21:11:52 +01:00
|
|
|
</div>
|