Sort post order by recently updated

Hi, I’m trying to order the posts on my homepage by the most recently updated. I’ve been able to change ascending and descending order via the order: asc function in the routes.yaml but I want to sort it by asc or desc recently updated.

I’m using the latest Ghost version and my blog is peeks.fm

I think you need to sort by updated_at desc

Thanks will try! So “order: updated_at desc” ?

My posts are in newest first order, I want them in oldest first. There is a place to choose oldest first but every time I change it, it changes back, there is no save bottom when I change it.