2013-05-24 10:25:31 -04:00
|
|
|
---
|
2016-03-06 21:00:48 -05:00
|
|
|
layout: archive
|
2014-09-30 16:27:36 -04:00
|
|
|
excerpt: "A minimal Jekyll theme for your blog by designer Michael Rose."
|
2016-02-24 21:23:29 -05:00
|
|
|
header:
|
|
|
|
image: unsplash-image-7.jpg
|
2016-02-25 08:15:54 -05:00
|
|
|
caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
|
2016-03-06 21:00:48 -05:00
|
|
|
---
|
2016-03-07 09:51:50 -05:00
|
|
|
|
2016-03-07 10:27:07 -05:00
|
|
|
{% include base_path %}
|
2016-03-06 21:00:48 -05:00
|
|
|
|
2016-03-10 21:13:01 -05:00
|
|
|
<h3 class="archive__subtitle">Recent Posts</h3>
|
2016-03-06 21:00:48 -05:00
|
|
|
|
2016-03-09 15:11:34 -05:00
|
|
|
{% for post in paginator.posts %}
|
2016-03-10 21:13:01 -05:00
|
|
|
{% include archive-list-single.html %}
|
2016-03-09 15:11:34 -05:00
|
|
|
{% endfor %}
|
|
|
|
|
2016-03-10 21:13:01 -05:00
|
|
|
{% include pagination.html %}
|