Skip to content

Commit ec8106b

Browse files
committed
show only latest 10 posts in feed
1 parent 1342e2e commit ec8106b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ layout: nil
1414
<email>mail@scribu.net</email>
1515
</author>
1616

17-
{% for post in site.posts %}
17+
{% for post in site.posts limit: 10 %}
1818
<entry>
1919
<id>{{ site.url }}{{ post.id }}</id>
2020
<link type="text/html" rel="alternate" href="{{ site.url }}{{ post.url }}"/>

0 commit comments

Comments
 (0)