1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-25 20:44:38 +04:00

page wrapper fix

This commit is contained in:
codecalm
2021-12-17 00:51:29 +01:00
parent a00d6020c8
commit b91315b50e
+1 -1
View File
@@ -4,7 +4,7 @@ layout: base
{% assign no-container = page.no-container | default: layout.no-container %}
<div class="wrapper">
<div class="page">
{% if page.layout-sidebar %}
{% include layout/sidebar.html dark=page.layout-sidebar-dark right=page.layout-sidebar-right transparent=page.layout-navbar-transparent breakpoint="lg" %}
{% endif %}