I have a blog using the antimatter
theme, every post has a date in the header in the format dd-mm-yyyy
, all posts are ordered by date in descending order as I expect. All posts have a category blog
and tag for country e.g. it
. I have a menu option with a page collection of the posts selected by country tag however those display in a random order or at least not in an order I can recognise despite using the same syntax for my 01.blog/blog.md
file as for my 03.country/01.it/blog.md` file.
title: Italy
content:
items:
'@taxonomy.tag': it
order:
by: date
dir: desc
limit: 12
pagination: true
url_taxonomy_filters: true
show_sidebar: false
access:
site.login: true
---
Any suggestions for where to look for a solution, page collections in a menu perhaps? I haven’t found anything in the forum that matches my case and anyway the posts at the top level are perfectly ordered.