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