blob: d1428ebb0bb558570f10b44336ff14d600b8996b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
layout: archive
---
{{ content }}
<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 %}
|