From 3525825e906d0aab6199231cea48f248b04013e5 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sun, 31 Jul 2011 12:02:28 -0400 Subject: limited atom feed to 20 most recent items --- .themes/classic/source/atom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.themes/classic/source/atom.xml') diff --git a/.themes/classic/source/atom.xml b/.themes/classic/source/atom.xml index 3b4e6613..23de64e9 100644 --- a/.themes/classic/source/atom.xml +++ b/.themes/classic/source/atom.xml @@ -16,7 +16,7 @@ layout: nil {% endif %} - {% for post in site.posts %} + {% for post in site.posts limit: 20 %} {{ post.title }} -- cgit v1.2.1