$> tree content/section/
content/section/
├── index.md
├── page-1.md
└── page-2.md
Now the sub pages are inserted, indented and linked under Section in the menu. But, the parent Section doesn't link to the section index.md page anymore.
How can I make a nested menu and still have parent elements link to pages?
I have the following in my
config.toml
.An the following content:
In the menu I now see a link to the section index.md page as expected.
After adding the following to
config.toml
:, and the following content:
Now the sub pages are inserted, indented and linked under Section in the menu. But, the parent Section doesn't link to the section index.md page anymore.
How can I make a nested menu and still have parent elements link to pages?