Anyone know how to set the blog to display articles by date instead of name? We are reaching the point at which this would make editing/organizing a lot easier. Per this github issue I did confirm that the blog parent in the admin panel is set to a Children Display Order of "Ordered by Collection Definition", and my blog.md is configured as this:
blog_url: blog
content:
items: '@self.children'
order:
by: date
dir: desc
limit: 10
pagination: true
Unfortunately, the children pages are still in alphabetical order. What am I missing here?
Thanks!