From 294fab626866e97da35115fe0bf27f40aeb06d71 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 6 Oct 2016 19:31:24 -0400 Subject: [PATCH] Add sample home page to example site --- example/index.html | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/example/index.html b/example/index.html index 1bea9770..b95bb1f5 100644 --- a/example/index.html +++ b/example/index.html @@ -1,14 +1,4 @@ --- -layout: archive +layout: home author_profile: true --- - -{% include base_path %} - -

{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}

- -{% for post in paginator.posts %} - {% include archive-single.html %} -{% endfor %} - -{% include paginator.html %}