hacks-guide-minimal-mistake.../index.html

17 lines
393 B
HTML
Raw Normal View History

2013-05-24 16:25:31 +02:00
---
layout: archive
2014-09-30 22:27:36 +02:00
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)"
---
2016-03-07 15:51:50 +01:00
{% include base_path %}
<h3 class="archive__subtitle">Recent Posts</h3>
{% for post in paginator.posts %}
{% include archive-list-single.html %}
{% endfor %}
{% include pagination.html %}