base tabler
This commit is contained in:
parent
ac2cfa9fe1
commit
0f84beacf1
1432 changed files with 28760 additions and 1 deletions
5
liquid/includes/layout/navbar-toggler.html
Normal file
5
liquid/includes/layout/navbar-toggler.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<!-- BEGIN NAVBAR TOGGLER -->
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"{% if include.target %} data-bs-target="#{{ include.target }}" aria-controls="{{ include.target }}"{% endif %} aria-expanded="false" aria-label="{% if include.target == 'sidebar-menu' %}Toggle sidebar navigation{% else %}Toggle primary navigation{% endif %}">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<!-- END NAVBAR TOGGLER -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue