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