From 66dadeaa82ad78259f0b4e27bc0e6dac3418b519 Mon Sep 17 00:00:00 2001 From: James Walker Date: Wed, 4 Jan 2012 23:33:51 -0500 Subject: [PATCH] go back to 1 full post + 5 recent titles --- index.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 298708e..c192f94 100644 --- a/index.html +++ b/index.html @@ -2,8 +2,13 @@ layout: default title: striving towards mediocrity --- -

recent posts

-{% for post in site.posts limit: 5 %} +{% for post in site.posts limit: 1 %} +{% assign content = post.content %} +{% include post.html %} +{% endfor %} + +

other recent posts:

+{% for post in site.posts limit: 5 offset: 1 %} {% include article_list.html %} {% endfor %}