We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now, I have sections, which works perfectly.
pages > dir1 >> dir1.1 >>> index.md >> dir1.2 >>> index.md > dir1.md
I have the page dir1 which is a section, and lists well dir1.1 and dir1.2.
dir1
dir1.1
dir1.2
I add subsections,
pages > dir1 >> dir1.1 >>> index.md >>> dir1.1.1 >>>> index.md >>> dir1.1.2 >>>> index.md >> dir1.2 >>> index.md >>> dir1.2.1 >>>> index.md >>> dir1.2.2 >>>> index.md > dir1.md
How can my page dir1 can only list dir1.1 and dir1.2 (and not all the flat tree) ? How can my page dir1.1 can only list dir1.1.1 and dir1.1.2?
dir1.1.1
dir1.1.2
The text was updated successfully, but these errors were encountered:
I found a solution. Use the filter filter_by with the key folder.
filter_by
folder
Sorry, something went wrong.
Yes, actually Cecil don't support nested section easily: you have to tweaks "sub-layouts" with custom collection, using filter_by.
And I also initiated a dedicated PR since 2023 : #1704.
No branches or pull requests
Now, I have sections, which works perfectly.
I have the page
dir1
which is a section, and lists welldir1.1
anddir1.2
.I add subsections,
How can my page
dir1
can only listdir1.1
anddir1.2
(and not all the flat tree) ?How can my page
dir1.1
can only listdir1.1.1
anddir1.1.2
?The text was updated successfully, but these errors were encountered: