hacks-guide-minimal-mistake.../_pages/home.md
Michael Rose 427ed394ad Use archive template for home page
- Remove home specific _layout
2016-03-06 21:00:48 -05:00

15 lines
356 B
Markdown

---
layout: archive
permalink: /
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 absolute-url.liquid %}
### Recent Posts
{% for post in site.posts limit:5 %}
{% include archive-list-single.html %}
{% endfor %}