--- layout: archive --- {{ content }}

{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}

{% if paginator %} {% assign posts = paginator.posts %} {% else %} {% assign posts = site.posts %} {% endif %} {% assign entries_layout = page.entries_layout | default: 'list' %}
{% include documents-collection.html entries=posts type=entries_layout %}
{% include paginator.html %}