Nested page

Hey,

I would like to have a custom page at /solutions/solutions-info. I expected the following folder structure to work:

└── solutions
    ├── list.html
    └── solutions-info
        └── list.html

content/
└── solutions
    ├── _index.md
    └── solutions-info
        └── _index.md

What am I missing?

Thanks

Hi,

Do you mean a custom page layout?

From Sections | Hugo

When we talk about a section in correlation with template selection, it is currently always the root section only ( /blog/funny-cats/mypost/ => blog ).

If you need a specific template for a sub-section, you need to adjust either the type or layout in front matter.