Add sample home page to example site
This commit is contained in:
parent
18713fd757
commit
294fab6268
1 changed files with 1 additions and 11 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue