2019-03-28 19:40:33 -04:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
author_profile: false
|
|
|
|
---
|
|
|
|
|
2023-02-10 04:44:06 -05: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 %}
|
|
|
|
|
2019-03-28 19:40:33 -04:00
|
|
|
<div id="main" role="main">
|
|
|
|
{% include sidebar.html %}
|
|
|
|
|
|
|
|
<div class="archive">
|
2023-02-10 04:44:06 -05:00
|
|
|
{% unless page.header.overlay_color or page.header.overlay_image %}
|
|
|
|
<h1 id="page-title" class="page__title">{{ page.title }}</h1>
|
|
|
|
{% endunless %}
|
2019-03-28 19:40:33 -04:00
|
|
|
{% for post in page.posts %}
|
|
|
|
{% include archive-single.html %}
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|
2023-02-10 04:44:06 -05:00
|
|
|
</div>
|