summaryrefslogtreecommitdiff
path: root/_site_build/index.html
diff options
context:
space:
mode:
authordavidtsadler <davidtsadler@googlemail.com>2011-12-29 21:18:44 +0000
committerdavidtsadler <davidtsadler@googlemail.com>2011-12-29 21:18:44 +0000
commit4f363292ad67daa9f1b009ed6453567894157257 (patch)
treec3059b902f10ae4fcd164e78aad4c56bcbcdfd99 /_site_build/index.html
parent315bebe5be8e77a312f6aaa04d36b691eb5cf10a (diff)
Control recent posts on the main index page via the configuration file.
Diffstat (limited to '_site_build/index.html')
-rw-r--r--_site_build/index.html2
1 files changed, 1 insertions, 1 deletions
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
---
<section id="excerpts">
-{% for post in site.posts %}
+{% for post in site.posts limit:site.max_recent_posts %}
{% include post_excerpt.html %}
{% endfor %}
</section>