aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html16
1 files changed, 9 insertions, 7 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index f202269..1c43cad 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -5,15 +5,17 @@ layout: compress
<!DOCTYPE html>
<html class="no-js" lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
- {% include head.html %}
+{% include head.html %}
- <body>
- {% include navbar.html %}
+<body>
+ {% include navbar.html %}
- <main class="container" role="main">
- {{ content }}
- </main>
+ <main class="container" role="main">
+ {{ content }}
+ </main>
- </body>
+ <!-- JavaScript -->
+ {% include javascript.html %}
+</body>
</html>