Use archive template for home page
- Remove home specific _layout
This commit is contained in:
@@ -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 -->
|
||||
Reference in New Issue
Block a user