summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index d923f68..228f4c7 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,13 +1,12 @@
<!DOCTYPE html>
<html lang="en">
- {% include head.html %}
+{% include head.html %}
<body>
- {% include header.html %}
+{% include header.html %}
<main>
<div class="container">
- {{ content }}
- </div>
+{{ content }} </div>
</main>
- {% include footer.html %}
+{% include footer.html %}
</body>
</html>