aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/layouts/index.html b/layouts/index.html
index aa2bb11..fde59c7 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,6 +1,8 @@
{{ partial "head.html" . }}
-{{ partial "header.html" . }}
-<main>
- {{ .Content }}
-</main>
+<body>
+ {{ partial "header.html" . }}
+ <main>
+ {{ .Content }}
+ </main>
+</body>
{{ partial "footer.html" . }}