1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-17 19:11:40 +04:00
Files
tabler/pages/_includes/layout/topnav.html
T
2019-06-01 19:51:59 +02:00

14 lines
430 B
HTML

<header class="navbar {% if include.dark %} bg-dark text-white{% endif %}">
{% include parts/navbar.html logo=true search=true user-menu=1 person=5 dark=false white-logo=include.dark %}
</header>
{% comment %}
{% if page.nav-position == "top" or page.nav-position == "all" %}
<header class="navbar navbar-expand-md">
<div class="container">
{% include layout/menu.html %}
</div>
</header>
{% endif %}
{% endcomment %}