diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-31 12:02:28 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-31 12:02:28 -0400 |
commit | 3525825e906d0aab6199231cea48f248b04013e5 (patch) | |
tree | cd98c24c5080bfaf319fd89f66953f799e995360 /.themes | |
parent | 247105c833cf1215f10a9ee75505ae16da2ae882 (diff) | |
download | my_new_personal_website-3525825e906d0aab6199231cea48f248b04013e5.tar.xz my_new_personal_website-3525825e906d0aab6199231cea48f248b04013e5.zip |
limited atom feed to 20 most recent items
Diffstat (limited to '.themes')
-rw-r--r-- | .themes/classic/source/atom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} </author> - {% for post in site.posts %} + {% for post in site.posts limit: 20 %} <entry> <title>{{ post.title }}</title> <link href="{{ site.url }}{{ post.url }}"/> |