Hi. I'm obviously missing / misunderstanding something, so if anyone would care to help point me in the right direction I'd appreciate it.
I have a file user/pages/news/newsblog.md
The content is shown below. I'm trying to get return a collection of all of the children (news posts) but I want to traverse them in descending date order, that is the newest ones first.
Any help would be appreciated.
Randy
title: News Archive
content:
items: '@self.children'
order: date
dir: desc
---