mirror of
https://github.com/tabler/tabler.git
synced 2026-08-03 00:44:37 +04:00
12 lines
442 B
HTML
12 lines
442 B
HTML
<header class="navbar navbar-expand-md{% if include.dark %} navbar-dark{% endif %}{% if include.sticky %} navbar-sticky{% endif %}">
|
|
{% include parts/navbar.html logo=true search=true user-menu=1 person=1 dark=include.dark %}
|
|
</header>
|
|
|
|
{% if page.nav-position == "top" or page.nav-position == "all" %}
|
|
<div class="navbar navbar-expand-md">
|
|
<div class="container">
|
|
{% include layout/menu.html top=true %}
|
|
</div>
|
|
</div>
|
|
{% endif %}
|