jekyll-table-of-contents
jekyll-table-of-contents copied to clipboard
Changing the settings have no effect
noBackToTopLinks: false,
title: '',
minimumHeaders: 1,
headers: 'h1, h2', // original h1, h2, h3, h4
listType: 'ol', // values: [ol|ul]
showEffect: 'show', // values: [show|slideDown|fadeIn|none]
showSpeed: 'slow' // set to 0 to deactivate effect
I have set this in my toc.js source but it is having no effect when I recompile my project. I've tried switching minimumHeaders
and headers
but none of it has an effect. Any ideas?