提交 c7b2d64f 编写于 作者: C chomik

white sidebar

上级 64a6bf0a
......@@ -31,6 +31,9 @@ layout:
sidebar-right:
title: Right sidebar
url: layout-navbar-right.html
sidebar-white:
title: White sidebar
url: layout-navbar-white.html
navbar-top:
title: Navbar top
url: layout-navbar-top.html
......
......@@ -5,7 +5,7 @@ layout: base
<div class="d-flex h-auto min-h-screen">
<div class="d-flex flex-fill">
{% if page.nav-position == "left" or page.nav-position == "right" or page.nav-position == "all" %}
{% include layout/sidenav.html dark=true %}
{% include layout/sidenav.html dark=page.sidenav-dark %}
{% endif %}
<div class="main-content flex-fill d-flex flex-column max-w-full">
......
......@@ -3,6 +3,7 @@ title: Sidebar left
menu: layout.sidebar-left
nav-position: left
page-title: Dashboard
sidenav-dark: true
---
{% include_cached layout/homepage.html %}
......@@ -3,6 +3,7 @@ title: Sidebar right
menu: layout.sidebar-right
nav-position: right
page-title: Dashboard
sidenav-dark: true
---
{% include_cached layout/homepage.html %}
---
title: Sidebar white
menu: layout.sidebar-white
nav-position: left
page-title: Dashboard
---
{% include_cached layout/homepage.html %}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册