Hello
https://merecivilian.com/micro/
The above page is not sorted by date. I want new posts on top.
My routes.yaml file:
routes:
collections:
/:
permalink: /{slug}/
template: index
filter: tag:-[mb]
/micro/:
permalink: /micro/{slug}/
template: index
filter: tag:[mb]
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
I cannot figure out why this page is not sorted by date.
Any help is apprecaited.