summaryrefslogtreecommitdiffstats
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 835db63..628b523 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,15 +1,13 @@
<!doctype html>
<html lang="en-us">
- {% include header.html %}
+ {% include head.html %}
<body>
{% include nav.html %}
- <main class="container" id="main">{{ content }}</main>
-
- {% include foot.html %}
+ <article>{{ content }}</article>
</body>
</html>