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

Add ability to specify number of columns in the section navigation tiles #176

Closed bedroesb closed 1 year ago

bedroesb commented 1 year ago

Example:

{% include section-navigation-tiles.html type="example_pages" affiliations=true search=true except="index.md" col=3 %}

or for the simple navigation tiles:

{% include section-navigation-tiles-simple.html type="example_pages" col=3 %}

IMPORTANT. The columns in contributor tiles are from now on specified with the col parameter, similar to the section navigation tiles.