+
{{ partial "sidebar.html" (dict "context" . "disableSidebar" true) }}
{{ partial "toc.html" . }}
diff --git a/layouts/docs/list.html b/layouts/docs/list.html
index 6bde8af..abda27b 100644
--- a/layouts/docs/list.html
+++ b/layouts/docs/list.html
@@ -1,5 +1,5 @@
{{ define "main" }}
-
+
{{ partial "sidebar.html" (dict "context" .) }}
{{ partial "toc.html" . }}
diff --git a/layouts/docs/single.html b/layouts/docs/single.html
index fb651e8..0f37ae9 100644
--- a/layouts/docs/single.html
+++ b/layouts/docs/single.html
@@ -1,5 +1,5 @@
{{ define "main" }}
-
+
{{ partial "sidebar.html" (dict "context" .) }}
{{ partial "toc.html" . }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 4786207..c5825a4 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -3,13 +3,13 @@