Given a folder of files, is it possible to have a URL automatically redirect to the most recently published file in that folder?
(For example, in a folder containing 2020.md, 2021.md, 2022.md, and 2023.md, https://www.example.com/latest would point to 2023.md.)
I've checked out https://learn.getgrav.org/16/content/routing, but nothing comes to mind.