Skip to content

Commit

Permalink
reverse old events order for newest first
Browse files Browse the repository at this point in the history
  • Loading branch information
nyadiia committed Sep 25, 2024
1 parent 4238d14 commit 471c1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/old-events.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ <h1>Past Events</h1>
</p>
<br />
<p>
{{ events::eventlisting(events=section.pages) }}
{{ events::eventlisting(events=section.pages | reverse) }}
</p>
{% endblock %}

0 comments on commit 471c1cd

Please sign in to comment.