From 4f363292ad67daa9f1b009ed6453567894157257 Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Thu, 29 Dec 2011 21:18:44 +0000 Subject: Control recent posts on the main index page via the configuration file. --- _site_build/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_site_build') diff --git a/_site_build/index.html b/_site_build/index.html index 98b8e02..c454726 100644 --- a/_site_build/index.html +++ b/_site_build/index.html @@ -3,7 +3,7 @@ layout: default title: Home ---
-{% for post in site.posts %} +{% for post in site.posts limit:site.max_recent_posts %} {% include post_excerpt.html %} {% endfor %}
-- cgit v1.2.3-13-gbd6f