Skip to content
Snippets Groups Projects
blog.html 566 B
Newer Older
Lukas Ruge's avatar
Lukas Ruge committed
---
layout: default
---

Lukas Ruge's avatar
Lukas Ruge committed
{% include site-header.html %}

<main class="main  container">

	<div class="content">

    <article class="article  article--page  typeset">

			{% if paginator.posts %}
				{% assign collectiondata = site.collections | where: "label", page.collectionpage | first %}
				{{ collectiondata.description | markdownify }}

			{% else %}

				{{ content }}

			{% endif %}

    </article>

    {% include post-list.html %}

  </div>

  {% if page.aside == true %}{% include site-aside.html %}{% endif %}

</main>

{% include site-footer.html %}