Commit graph

6 commits

Author SHA1 Message Date
Oliver Davies 2bc95f8061 Rename talks to presentations 2024-11-26 21:01:03 +00:00
Oliver Davies cbd1417b24 Sort talks only by the event date
Sort the talks on the listing page solely by `field_event_date`.

Prior to this commit, the page was using a custom sort plugin that
attempts to show future talks followed by past talks, but also affect
the order to show upcoming talks in an ascending order, followed by past
dalks in the opposite (descending) order.

This was not working as expected.

For now, solely using the event date field is the simpler solution.

In the future, I'll either re-attempt this or remove the code and
simplify my codebase.
2024-05-24 00:07:48 +01:00
Oliver Davies 9a96363ff7 Fix event sorting
Re-add `field_event_date` to sort the talks by their most recent event
date in their custom order.
2024-05-02 23:15:33 +01:00
Oliver Davies f259de4836 Show the most recent talks first 2024-04-12 20:11:41 +01:00
Oliver Davies fd6eab8bb2 Use the talk count token 2024-04-12 20:07:28 +01:00
Oliver Davies 7f33d137ba Export config 2024-04-10 13:15:32 +01:00