lukeorth / poison

Professional Hugo theme for dev bloggers. Based on Mdo's classic Hyde theme.
https://poison.lukeorth.com
GNU General Public License v3.0
198 stars 98 forks source link

js/toc: don't break on pages with no TOC sidebar #93

Closed delroth closed 1 year ago

delroth commented 1 year ago

Fixes a JS error when toc.js is included on pages that have headers but don't have a TOC sidebar (in my case, this happens on the homepage, for example).

I went for the most obvious/trivial fix but I don't fully understand this code, it could be there's a better solution that I've missed.