aboutsummaryrefslogtreecommitdiff
path: root/layouts/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/baseof.html')
-rw-r--r--layouts/baseof.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/baseof.html b/layouts/baseof.html
index a36bd49..fbe1fa1 100644
--- a/layouts/baseof.html
+++ b/layouts/baseof.html
@@ -2,8 +2,10 @@
<html lang="{{ $.Site.Language }}">
{{ partial "head.html" . }}
<body class="body">
- {{ partial "header.html" . }}
- {{ block "main" . }}{{ end }}
+ <div class="base">
+ {{ partial "header.html" . }}
+ {{ block "main" . }}{{ end }}
+ </div>
{{ partial "footer.html" . }}
</body>
</html> \ No newline at end of file