We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1342e2e commit ec8106bCopy full SHA for ec8106b
atom.xml
@@ -14,7 +14,7 @@ layout: nil
14
<email>mail@scribu.net</email>
15
</author>
16
17
- {% for post in site.posts %}
+ {% for post in site.posts limit: 10 %}
18
<entry>
19
<id>{{ site.url }}{{ post.id }}</id>
20
<link type="text/html" rel="alternate" href="{{ site.url }}{{ post.url }}"/>
0 commit comments