Skip to content

Commit d03a10d

Browse files
fix(rss): increase posts
1 parent ef141c2 commit d03a10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ layout: compress
2121
<icon>{{ site.baseurl }}/assets/img/favicons/favicon.ico</icon>
2222
<logo>{{ site.baseurl }}/assets/img/favicons/favicon-96x96.png</logo>
2323

24-
{% for post in site.posts limit: 5 %}
24+
{% for post in site.posts limit: 100 %}
2525
{% assign post_absolute_url = post.url | absolute_url %}
2626
<entry>
2727
<title>{{ post.title }}</title>

0 commit comments

Comments
 (0)