Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thejimbirch/4c21ea67981c8fb1f1a8a2423839df32 to your computer and use it in GitHub Desktop.
Save thejimbirch/4c21ea67981c8fb1f1a8a2423839df32 to your computer and use it in GitHub Desktop.
Add these two files to your Bootstrap enambled theme at themes/custom/THEME/templates/navigation/
<li{{ attributes.addClass(is_active ? 'active') }}>{{ link }}</li>
{% if primary %}
<ul class="nav nav-tabs">{{ primary }}</ul>
{% endif %}
{% if secondary %}
<ul class="nav nav-pills">{{ secondary }}</ul>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment