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
One critical config option missing is the ability to add a class to the <a> tags. We can configure list_class and item_class but there's no link_class. This is important for people using Bootstrap for example.
Let me try it, because I use bootstrap(latest);
I will also try this pluginhttps://github.com/allejo/jekyll-toc later, it is the first time I have seen it, let me see the differences and advantages and disadvantages of the two
One critical config option missing is the ability to add a class to the
<a>
tags. We can configurelist_class
anditem_class
but there's nolink_class
. This is important for people using Bootstrap for example.See here: https://getbootstrap.com/docs/5.0/components/navs-tabs/#vertical
To achieve this, right now it seems the best option is to use https://github.com/allejo/jekyll-toc. But using this plugin would be nicer :)
The text was updated successfully, but these errors were encountered: