jekyll-toc is not working with sections
pavelsr opened this issue · 1 comments
pavelsr commented
Please see sample project
https://github.com/pavelsr/jekyll-toc-test
jekyll-toc generates just toc from index.html
and not considering site.sections
<ul class="section-nav">
<li class="toc-entry toc-h1"><a href="#coding-standarts">Coding standarts</a></li>
</ul>
axilleas commented
Ugh, from the look of your project, I believe you're looking for https://github.com/allejo/jekyll-toc. This is a different implementation of the table of contents.