We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ef64f commit 40d96aeCopy full SHA for 40d96ae
page_feed.xml
@@ -14,7 +14,7 @@
14
<link>{{ site.url }}</link>
15
<atom:link href="{{ site.url }}/{{ page.path }}" rel="self" type="application/rss+xml" />
16
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
17
- {% assign feed_items = site.feed_items | default: 10 %}
+ {% assign feed_items = 20 %}
18
{% for post in site.pages limit:feed_items %}
19
{% if post.url contains ".html" %}
20
<item>
0 commit comments