2016-10-06 19:31:12 -04:00
|
|
|
---
|
|
|
|
layout: archive
|
|
|
|
---
|
|
|
|
|
2018-08-09 14:23:57 +01:00
|
|
|
{{ content }}
|
|
|
|
|
2016-10-06 19:31:12 -04:00
|
|
|
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
|
|
|
|
|
2020-01-26 00:14:29 +08:00
|
|
|
{% if paginator %}
|
2020-01-25 19:17:46 +04:00
|
|
|
{% assign posts = paginator.posts %}
|
|
|
|
{% else %}
|
|
|
|
{% assign posts = site.posts %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% for post in posts %}
|
2016-10-06 19:31:12 -04:00
|
|
|
{% include archive-single.html %}
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
{% include paginator.html %}
|