hacks-guide-minimal-mistake.../index.html
2016-03-23 11:43:16 -04:00

15 lines
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 %}