aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 1c43cad..5f7d12a 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -8,14 +8,12 @@ layout: compress
{% include head.html %}
<body>
- {% include navbar.html %}
+ {% include navbar.html %}
- <main class="container" role="main">
- {{ content }}
- </main>
+ <main class="container" role="main">
+ {{ content }}
+ </main>
- <!-- JavaScript -->
- {% include javascript.html %}
</body>
</html>