summaryrefslogtreecommitdiff
path: root/layouts/posts/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/posts/baseof.html')
-rw-r--r--layouts/posts/baseof.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/posts/baseof.html b/layouts/posts/baseof.html
index 8d8c30a..ee20522 100644
--- a/layouts/posts/baseof.html
+++ b/layouts/posts/baseof.html
@@ -9,6 +9,7 @@
<body>
<input type="checkbox" class="hidden" id="menu-control" />
<main class="flex container">
+
<aside class="book-menu fixed">
{{ partial "docs/menu" . }}
</aside>
@@ -16,8 +17,11 @@
<div class="book-posts">
{{ partial "docs/mobile-header" . }}
{{ template "main" . }}
+ {{ partial "docs/git-footer" . }}
{{ partial "docs/inject/footer" . }}
</div>
+
+ {{ template "toc" . }}
</main>
{{ partial "docs/inject/body" . }}