2 files changed, 9 insertions(+), 14 deletions(-)
D _layouts/home.html
M _pages/home.md
D _layouts/home.html => _layouts/home.html +0 -12
@@ 1,12 0,0 @@
----
-layout: default
----
-
-{% include absolute-url.liquid %}
-
-<div class="archive">
- <h3><a href="{{ absurl }}/posts/">Recent Posts</a></h3>
- {% for post in site.posts limit:5 %}
- {% include post-single.html %}
- {% endfor %}
-</div><!-- /#index -->>
\ No newline at end of file
M _pages/home.md => _pages/home.md +9 -2
@@ 1,8 1,15 @@
---
-layout: home
+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)"
---->
\ No newline at end of file
+---
+{% include absolute-url.liquid %}
+
+### Recent Posts
+
+{% for post in site.posts limit:5 %}
+ {% include archive-list-single.html %}
+{% endfor %}<
\ No newline at end of file