query: page.children.sortBy('date', 'desc')
That will sort the pages by date. Additionally, you can add the date as info in the select field:
query: page.children.sortBy('date', 'desc')
info: "{{ page.date.toDate('Ymd') }}"
query: page.children.sortBy('date', 'desc')
That will sort the pages by date. Additionally, you can add the date as info in the select field:
query: page.children.sortBy('date', 'desc')
info: "{{ page.date.toDate('Ymd') }}"