You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's the heading for the sidebar outline. If your pages contain markdown headings, they will show up (linked) there. It doesn't look like you can use the settings in the toml file to hide that sidebar if you're not using it, but I might be wrong.
If you forked the repo, you could probably alter the basic page template to get rid of the TOC. I just poked around in the Zola/Templates folder and saw a reference to the TOC ({% import 'macros/docs-toc.html' as macros_toc -%}) in the base html template. It might be as simple as commenting out that line and see what happens.
No description provided.
The text was updated successfully, but these errors were encountered: