~xdavidwu/xdavidwu.link

9af66e77ea2f1f08652b7d1e38a8a9d468acd3ab — Michael Rose 7 years ago 4cad420
Add sample home page to example site
1 files changed, 1 insertions(+), 11 deletions(-)

M example/index.html
M example/index.html => example/index.html +1 -11
@@ 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 %}