Nested sections?

Can someone advice me is it possible to generate list page for sub-sections. For instance:

[~/hugo/sandbox]$ tree content
content
|-- blog
`-- kb
    |-- solution
    |   `-- wordpress_magic_fields_not_saving.md
    `-- tutorial

It’s clear how to create a custom list template for kb section - just create a themes/sandbox/layouts/section/kb.html template. But how I can create a list template for kb/solution ?

Thanks in advance.

This is not currently possible. I’m working on it for the next release (hopefully).

1 Like

I think this is doable - see latest post here:

@spf13,

Is nested sections now possible? As the OP, I’d like to create landing pages for kb/solution and kb/tutorial.

Thanks,

Jason