Hi.
As I know in Hugo layout can be custom. For this I need to add folder to layout
- /layouts/example/single.html
This is for page in example
folder.
But what if I need to add custom layout for page in inner folder such as /example/inner/
how I can do it?
Understanding the lookup order will help you get the layout you want.