tarasis.net/src/_includes/layouts/archive-taxonomy.html

30 lines
714 B
HTML

---
layout: default
author_profile: false
---
{% if header.overlay_color or header.overlay_image or header.image %}
{% include page__hero.html %}
{% elsif header.video.id and header.video.provider %}
{% include page__hero_video.html %}
{% endif %}
{% if url != "/" and site.breadcrumbs %}
{% unless paginator %}
{% include breadcrumbs.html %}
{% endunless %}
{% endif %}
<div id="main" role="main">
{% include sidebar.html %}
<div class="archive">
{% unless header.overlay_color or header.overlay_image %}
<h1 id="page-title" class="page__title">{{ title }}</h1>
{% endunless %}
{% for post in posts %}
{% include archive-single.html %}
{% endfor %}
</div>
</div>