--- 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 %}
{% for post in posts %} {% include archive-single.html type=page.entries_layout %} {% endfor %}
{% include paginator.html %}