1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-21 04:52:21 +04:00
Files
tabler/pages/_includes/layout/sidenav-content.html
T
2019-05-20 20:43:14 +02:00

14 lines
509 B
HTML

{% assign id = 0 | random_id %}
<div class="p-3">
<a href="{{ site.base }}" class=" navbar-brand text-inherit">
<img src="{{ site.base }}/img/logo{% if include.white %}-white{% endif %}.svg" alt="" class="hide-sidenav-folded navbar-brand-logo">
<img src="{{ site.base }}/img/logo-small{% if include.white %}-white{% endif %}.svg" alt="" class="hide-sidenav-expanded navbar-brand-logo">
</a>
</div>
<h6 class="navbar-heading">
Docs
</h6>
{% include layout/menu.html menu=include.menu %}