1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-21 04:52:21 +04:00
Files
tabler/pages/_includes/layout/topnav.html
T
2019-06-01 20:30:25 +02:00

14 lines
384 B
HTML

<header class="navbar navbar-expand-md">
{% include parts/navbar.html logo=true search=true user-menu=1 person=5 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 %}