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 %}