---
layout: archive_notitle
---
{{ content }}
<h3 class="archive__subtitle">Posts</h3>
{% if paginator %}
{% assign posts = paginator.posts %}
{% else %}
{% assign posts = site.posts %}
{% endif %}
{% assign entries_layout = page.entries_layout | default: 'list' %}
{% for post in posts %}
{% include archive-single.html type=entries_layout %}
{% endfor %}
{% if paginator %}
{% include paginator.html %}
{% endif %}