We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83577ae commit 3b1c5dfCopy full SHA for 3b1c5df
feed.xml
@@ -11,7 +11,7 @@ layout: null
11
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
12
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
13
<generator>Jekyll v{{ jekyll.version }}</generator>
14
- {% for post in site.posts limit:50 %}
+ {% for post in site.posts limit:10 %}
15
<item>
16
<title>{{ post.title | xml_escape }}</title>
17
<description>{{ post.content | xml_escape }}</description>
0 commit comments