Hi all !
I've just installed grav with learn2 theme and it's just great !
I'd like to add to a chapter page the list of all the children pages (with link) to make sort of a table of content..
Here's my page :
title: Achats
process:
markdown: true
twig: true
taxonomy:
category:
- chapter
content:
items: '@self.children'
Do I miss something ?
Btw, I can't understand the difference of page types (chapter, docs, ...)... myabe connected to my pb ?
Best regards !
JMarc