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

taqbler layout refactoring

This commit is contained in:
codecalm
2019-07-01 23:08:03 +02:00
parent c9a4cb2cac
commit 7ef8407c8e
3 changed files with 23 additions and 8 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 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 %}">
{% include layout/sidenav-content.html menu=menu %}
</aside>