ELIXIR-Belgium / elixir-toolkit-theme

Flexible Jekyll theme using bootstrap 5 as CSS framework.
https://elixir-belgium.github.io/elixir-toolkit-theme/
MIT License
20 stars 16 forks source link

New option to make TOC full width #170

Closed bedroesb closed 1 year ago

bedroesb commented 1 year ago

A new option in the config file is added to make full width table of contents. Default is false.

theme_variables: 
  toc:
    full_width: false

This will close #167