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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html
index aaf5f57..2741c60 100644
--- a/layouts/docs/baseof.html
+++ b/layouts/docs/baseof.html
@@ -19,13 +19,13 @@
{{ partial "docs/mobile-header" . }}
{{ template "main" . }}
{{ partial "docs/git-footer" . }}
- {{ partial "docs/inject/footer" . }}
</div>
{{ template "toc" . }}
</main>
-
+
{{ partial "docs/inject/body" . }}
+ {{ partial "docs/inject/footer" . }}
{{ template "_internal/google_analytics_async.html" . }}
</body>