hacks-guide-minimal-mistake.../index.html
Michael Rose 109f4ffb44 DRY up archive include
- Combine grid and list view into one include
2016-03-19 20:58:17 -04:00

17 lines
388 B
HTML

---
layout: archive
excerpt: "A minimal Jekyll theme for your blog by designer Michael Rose."
header:
image: unsplash-image-7.jpg
caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
---
{% include base_path %}
<h3 class="archive__subtitle">Recent Posts</h3>
{% for post in paginator.posts %}
{% include archive-single.html %}
{% endfor %}
{% include pagination.html %}