ppeetteerrs/obsidian-zola

ON THIS PAGE stuck on the top right side of every page

Marxbear opened this issue · 1 comments

ON THIS PAGE stuck on the top right side of every page

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.