diff options
Diffstat (limited to 'blog')
| -rw-r--r-- | blog/index.php/feed/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/index.php/feed/index.html b/blog/index.php/feed/index.html index 53a3a59..8b81a2d 100644 --- a/blog/index.php/feed/index.html +++ b/blog/index.php/feed/index.html @@ -14,7 +14,7 @@ layout: nil <email>franck@lumberjaph.net</email> </author> - {% for post in site.posts %} + {% for post in site.posts limit:10 %} <entry> <title>{{ post.title }}</title> <link href="http://lumberjaph.net{{ post.url }}"/> |
