summaryrefslogtreecommitdiff
path: root/layouts/docs/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/docs/baseof.html')
-rw-r--r--layouts/docs/baseof.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html
index 30c58c0..a332fc5 100644
--- a/layouts/docs/baseof.html
+++ b/layouts/docs/baseof.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
{{- partial "docs/shared" -}}
<html>
+
<head>
{{ partial "docs/html-head" . }}
{{ partial "docs/inject/head" . }}
@@ -14,13 +15,13 @@
<nav role="navigation">
{{ partial "docs/brand" . }}
{{ partial "docs/inject/menu-before" . }}
-
+
{{ if .Site.Params.BookMenuBundle }}
{{ partial "docs/menu-bundle" . }}
{{ else }}
{{ partial "docs/menu-filetree" . }}
{{ end }}
-
+
{{ partial "docs/inject/menu-after" . }}
</nav>
</aside>
@@ -43,5 +44,7 @@
</main>
{{ partial "docs/inject/body" . }}
+
</body>
+
</html> \ No newline at end of file