Skip to content

Commit

Permalink
temporarily remove sort
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieroberto committed Oct 5, 2024
1 parent 81a5c43 commit ace2300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/feed.njk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link href="{{ permalink | canonicalUrl }}" rel="self"/>
<link href="{{ options.url }}"/>
<id>{{ options.url }}/</id>
{%- for item in (collections[collection] | sort(true, false, "date") %}
{%- for item in (collections[collection] %}
{%- if loop.index0 < size %}
{%- set absolutePostUrl = item.url | canonicalUrl %}
<entry>
Expand Down

0 comments on commit ace2300

Please sign in to comment.