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>
|
|
|
|
|
2020-01-25 17:14:29 +01:00
|
|
|
{% if paginator %}
|
2020-01-25 16:17:46 +01:00
|
|
|
{% assign posts = paginator.posts %}
|
|
|
|
{% else %}
|
|
|
|
{% assign posts = site.posts %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% for post in posts %}
|
2016-10-07 01:31:12 +02:00
|
|
|
{% include archive-single.html %}
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
{% include paginator.html %}
|