2016-10-07 01:31:12 +02:00
|
|
|
---
|
|
|
|
layout: archive
|
|
|
|
---
|
|
|
|
|
2018-08-09 15:23:57 +02:00
|
|
|
{{ content }}
|
|
|
|
|
2016-10-07 01:31:12 +02:00
|
|
|
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
|
|
|
|
|
|
|
|
{% for post in paginator.posts %}
|
|
|
|
{% include archive-single.html %}
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
{% include paginator.html %}
|