Closed bedroesb closed 1 year ago
col
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.
col
: give an integer to specify the number of columns/section cards per row. Default: 2.Example:
or for the simple navigation tiles:
IMPORTANT. The columns in contributor tiles are from now on specified with the
col
parameter, similar to the section navigation tiles.