13 lines
No EOL
211 B
HTML
13 lines
No EOL
211 B
HTML
---
|
|
layout: archive
|
|
---
|
|
|
|
{% include base_path %}
|
|
|
|
<h3 class="archive__subtitle">Recent Posts</h3>
|
|
|
|
{% for post in paginator.posts %}
|
|
{% include archive-single.html %}
|
|
{% endfor %}
|
|
|
|
{% include paginator.html %} |