summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 }}"/>