15 lines
No EOL
290 B
HTML
15 lines
No EOL
290 B
HTML
---
|
|
layout: archive
|
|
excerpt: "A minimalistic Jekyll theme by Michael Rose."
|
|
author_profile: false
|
|
---
|
|
|
|
{% include base_path %}
|
|
|
|
<h3 class="archive__subtitle">Recent Posts</h3>
|
|
|
|
{% for post in paginator.posts %}
|
|
{% include archive-single.html %}
|
|
{% endfor %}
|
|
|
|
{% include pagination.html %} |