1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-16 16:22:22 +04:00

layout manager form

This commit is contained in:
codecalm
2019-07-08 22:06:28 +02:00
parent 6ba034bc4d
commit 1d23b53461
13 changed files with 219 additions and 115 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{% assign menu = page.menu | default: layout.menu %}
<aside class="d-none d-lg-flex navbar navbar-side{% if include.dark %} navbar-dark{% endif %}{% if include.fixed %} navbar-fixed{% endif %}{% if page.nav-position == 'right' %} navbar-right{% endif %}{% if include.folded %} navbar-folded{% endif %}">
<aside class="d-none d-lg-flex navbar navbar-side{% if include.dark %} navbar-dark{% endif %}{% if include.fixed %} navbar-fixed{% endif %}{% if page.nav-position == 'right' %} navbar-right{% endif %}{% if include.folded %} navbar-folded{% endif %} js-sidebar">
{% include layout/sidenav-content.html menu=menu %}
</aside>