aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html17
1 files changed, 7 insertions, 10 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 5f7d12a..0b2b632 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -4,16 +4,13 @@ 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 %}
-
- <main class="container" role="main">
- {{ content }}
- </main>
-
-</body>
+ <body>
+ {% include navbar.html %}
+ <main class="container" role="main">
+ {{ content }}
+ </main>
+ </body>
</html>