summaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/baseof.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 3a374cf..a00e5e2 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -24,9 +24,10 @@
<footer class="book-footer">
{{ template "footer" . }} <!-- Footer under page content -->
- {{ template "comments" . }} <!-- Comments block -->
+ {{ partial "docs/inject/footer" . }}
</footer>
- {{ partial "docs/inject/footer" . }}
+
+ {{ template "comments" . }} <!-- Comments block -->
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>