2017-11-15 20:43:31 +01:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
|
|
|
{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
|
|
|
|
{% include page__hero.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 class="page__title">{{ page.title }}</h1>
|
|
|
|
{% endunless %}
|
|
|
|
|
|
|
|
{{ content }}
|
|
|
|
|
2017-11-15 21:50:29 +01:00
|
|
|
<form>
|
|
|
|
<input placeholder="{{ site.data.ui-text[site.locale].search_placeholder_text | default: "Enter your search term..." }}" type="search" id="search" class="search-input">
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<div id="results"></div>
|
2017-11-15 20:43:31 +01:00
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|