Skip to content

Commit

Permalink
Revert "Limit to last entry to test inoreader"
Browse files Browse the repository at this point in the history
This reverts commit d15810b.
  • Loading branch information
thibaultamartin committed Sep 1, 2023
1 parent d15810b commit 40b29cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<id>{{ feed_url | safe }}</id>
{% set pageslen = pages | length %}
{% if pageslen > 15 %}
{% for i in range(end=1) %}
{% for i in range(end=15) %}
{{ atom::entry(page=pages[i]) }}
{% endfor %}
{% else %}
Expand Down

0 comments on commit 40b29cf

Please sign in to comment.