Add sample home page to example site

This commit is contained in:
Michael Rose 2016-10-06 19:31:24 -04:00
parent 18713fd757
commit 294fab6268

View file

@ -1,14 +1,4 @@
---
layout: archive
layout: home
author_profile: true
---
{% include base_path %}
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
{% for post in paginator.posts %}
{% include archive-single.html %}
{% endfor %}
{% include paginator.html %}