1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 14:34:37 +04:00

side layout fixes

This commit is contained in:
codecalm
2019-11-30 15:24:14 +01:00
parent e9c3546015
commit f9b77e6ed0
5 changed files with 79 additions and 21 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
{% assign person-id = include.person-id | default: 12 | minus: 1 %}
{% assign person = site.data.people[person-id] %}
<a class="navbar-toggler" data-toggle="modal" data-target="#aside">
<span class="navbar-toggler-icon"></span>
<a class="layout-toggler" data-toggle="menubar">
<span class="layout-toggler-icon"></span>
</a>
<a href="{{ site.base }}" class="navbar-brand text-reset mr-md-3">
+1 -1
View File
@@ -3,7 +3,7 @@ title: Dashboard
page-title: Dashboard
page-pretitle: Overview
page-title-actions: true
site-layout: layout-collapsed-sm
site-layout: layout-collapsed-md
menu: home
---