We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a082754 + 3a45e26 commit c29d92dCopy full SHA for c29d92d
feed.xml
@@ -54,7 +54,7 @@ layout: null
54
{% assign posts = site.posts | where_exp: "post", "post.draft != true" %}
55
{% endunless %}
56
{% assign posts = site.posts | sort: "date" | reverse %}
57
- {% assign posts_limit = site.feed.posts_limit | default: 25 %}
+ {% assign posts_limit = site.feed.posts_limit | default: 50 %}
58
{% for post in posts limit: posts_limit %}
59
<entry{% if post.lang %}{{" "}}xml:lang="{{ post.lang }}"{% endif %}>
60
{% assign post_title = post.title | smartify | strip_html | normalize_whitespace | xml_escape %}
0 commit comments