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