2013-05-24 16:25:31 +02:00
|
|
|
---
|
2016-03-07 03:00:48 +01:00
|
|
|
layout: archive
|
2016-02-23 17:16:52 +01:00
|
|
|
permalink: /
|
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
|
|
|
---
|
|
|
|
{% include absolute-url.liquid %}
|
|
|
|
|
|
|
|
### Recent Posts
|
|
|
|
|
|
|
|
{% for post in site.posts limit:5 %}
|
|
|
|
{% include archive-list-single.html %}
|
|
|
|
{% endfor %}
|