Browse code

limited atom feed to 20 most recent items

Brandon Mathis authored on 31/07/2011 at 16:02:28
Showing 1 changed files
... ...
@@ -16,7 +16,7 @@ layout: nil
16 16
     {% endif %}
17 17
   </author>
18 18
 
19
-  {% for post in site.posts %}
19
+  {% for post in site.posts limit: 20 %}
20 20
   <entry>
21 21
     <title>{{ post.title }}</title>
22 22
     <link href="{{ site.url }}{{ post.url }}"/>