I want to put list of all blog posts in main directory of the website (not /blog). How can I tell Grav to list all the posts (but omit pages) in twig?
I added in front matter this but this will list also pages (as I target @root):
title: 'XXXXX'
sitemap:
changefreq: monthly
priority: 1.03
content:
items:
'@root'
order:
by: date
dir: desc
limit: 10
pagination: true
feed:
description: 'XXXXX'
limit: 10