hacks-guide-minimal-mistake.../_layouts/archive.html

20 lines
400 B
HTML
Raw Normal View History

2016-02-22 22:46:49 +01:00
---
layout: default
---
2016-03-07 15:51:50 +01:00
{% if page.header.image %}
{% include page__hero.html %}
{% endif %}
{% if page.url != "/" and site.breadcrumbs and site.categories.type == "jekyll-archives" %}
{% include breadcrumbs.html %}
{% endif %}
<div id="main" role="main">
{% include sidebar.html %}
<div class="archive">
<h1 class="page__title">{{ page.title }}</h1>
{{ content }}
</div>
</div>