Hi,
I’ve been trying to create a small Hugo project with 4 or 5 pages but each page has a different layout.
I has trying to create a layouts/section//single.html for each page
content/about/index.md // page
layouts/section/about/single.html // layout
and repeat that for each page
Don’t know what is the best approach for this, because is not working. Any ideas?
Thanks