Skip to content

Commit 86d6678

Browse files
committed
chore: do not limit posts with category eclipse
1 parent dd129d3 commit 86d6678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tags/eclipse/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ layout:
1212
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
1313
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
1414
<generator>Jekyll v{{ jekyll.version }}</generator>
15-
{% for post in site.posts limit:10 %}
15+
{% for post in site.posts %}
1616
{% if post.categories contains "eclipse" %}
1717
<item>
1818
<title>{{ post.title | xml_escape }}</title>

0 commit comments

Comments
 (0)