Limit the atom feed to 20 posts

This commit is contained in:
R. Tyler Croy 2011-05-15 19:37:29 -07:00
parent 654da9f7f4
commit f4951e45d0
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ layout: nil
<email>tyler@linux.com</email>
</author>
{% for post in site.posts %}
{% for post in site.posts limit:20 %}
<entry>
<title>{{ post.title }}</title>
<link href="http://unethicalblogger.com{{ post.url }}"/>