summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-10-26 11:35:21 +0200
committerfranck cuny <franck@lumberjaph.net>2010-10-26 11:35:21 +0200
commit512974d1fba7246c4086036ab5ccd0617d185db4 (patch)
tree69257f5a7236713b818365f4fa3b1d48553dd479
parentfix typo (diff)
downloadlumberjaph-512974d1fba7246c4086036ab5ccd0617d185db4.tar.gz
only 10 entries in feed
-rw-r--r--blog/index.php/feed/index.html2
-rw-r--r--index.atom2
-rw-r--r--index.rss2
3 files changed, 3 insertions, 3 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 }}"/>
diff --git a/index.atom b/index.atom
index 53a3a59..8b81a2d 100644
--- a/index.atom
+++ b/index.atom
@@ -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 }}"/>
diff --git a/index.rss b/index.rss
index 53a3a59..8b81a2d 100644
--- a/index.rss
+++ b/index.rss
@@ -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 }}"/>