Hey, I’ve recently moved my blog from Hugo to Kirby and now have all my posts visible in Kirby. My oldest post’s directory is prefixed with 1_, the latest one with 52_. In my Kirby panel the blog post with 1_ is listed first, same for the listing when I go to the index page of my site where the oldest blog post is visible first.
I read that this is usually controlled by adapting the blueprint file, my theme however has no blueprint directory.
How would I go about having this sorted correctly for a blog use case? (Latest blog post on top, oldest one at the bottom)
Thanks!