aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 0b2b632..5da4845 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -7,10 +7,9 @@ layout: compress
{% include head.html %}
<body>
- {% include navbar.html %}
+ {{ content }}
- <main class="container" role="main">
- {{ content }}
- </main>
+ {% include aside.html %}
</body>
+
</html>