aboutsummaryrefslogtreecommitdiff
path: root/_layouts/archive.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/archive.html')
-rw-r--r--_layouts/archive.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/_layouts/archive.html b/_layouts/archive.html
new file mode 100644
index 0000000..08beb89
--- /dev/null
+++ b/_layouts/archive.html
@@ -0,0 +1,26 @@
+---
+layout: default
+---
+
+{% 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 %}
+
+<div id="main" role="main">
+ {% include sidebar.html %}
+
+ <div class="archive">
+ {% unless page.header.overlay_color or page.header.overlay_image %}
+ <h1 id="page-title" class="page__title">{{ page.title }}</h1>
+ {% endunless %}
+ {{ content }}
+ </div>
+</div> \ No newline at end of file