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