I’m using section menu for “the Lazy Blogger”, and so far the behavior I see is this:
if I create content in a folder, the folder gets added to the menu.
However, if I click on any menu item, the menu goes away, though it does let me see the content.
I would like the menu to stay up no matter what.
If it helps I am using the theme base16.
–Chezni
The index page uses its own template: themes/<yourtheme>/layouts/index.html
. So you’d have to also add the Navbar/Menu to the templates for the list and single pages, which are the ones used to render any other pages [ie. those you see after clicking any menu item on the homepage]. Those templates live at:
themes/<yourtheme>/layouts/_default/list.html
and
themes/<yourtheme>/layouts/_default/single.html