+
{{ partial "sidebar.html" (dict "context" . "disableSidebar" true "displayPlaceholder" true) }}
{{ partial "toc.html" . }}
diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html
index ea4b982..41add74 100644
--- a/layouts/_default/taxonomy.html
+++ b/layouts/_default/taxonomy.html
@@ -1,5 +1,5 @@
{{ define "main" }}
-
+
{{ partial "sidebar.html" (dict "context" . "disableSidebar" true "displayPlaceholder" true) }}
{{ partial "toc.html" (dict "Params" (dict "toc" false)) }}
diff --git a/layouts/_default/term.html b/layouts/_default/term.html
index ed4c6a4..07ae191 100644
--- a/layouts/_default/term.html
+++ b/layouts/_default/term.html
@@ -1,5 +1,5 @@
{{ define "main" }}
-
+
{{ partial "sidebar.html" (dict "context" . "disableSidebar" true "displayPlaceholder" true) }}
{{ partial "toc.html" (dict "Params" (dict "toc" false)) }}
diff --git a/layouts/blog/list.html b/layouts/blog/list.html
index 16dfa6e..5b2cad1 100644
--- a/layouts/blog/list.html
+++ b/layouts/blog/list.html
@@ -1,6 +1,6 @@
{{ define "main" }}
{{- $readMore := (T "readMore") | default "Read more →" -}}
-
+
{{ partial "sidebar.html" (dict "context" . "disableSidebar" true "displayPlaceholder" true) }}
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
index 009f755..605fd50 100644
--- a/layouts/blog/single.html
+++ b/layouts/blog/single.html
@@ -1,5 +1,5 @@
{{ define "main" }}
-
+
{{ partial "sidebar.html" (dict "context" . "disableSidebar" true "displayPlaceholder" true) }}
{{ partial "toc.html" . }}
diff --git a/layouts/docs/list.html b/layouts/docs/list.html
index 9b9ca94..3c80126 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 9b9ca94..3c80126 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/hextra-home.html b/layouts/hextra-home.html
index c0a27cf..8feb85f 100644
--- a/layouts/hextra-home.html
+++ b/layouts/hextra-home.html
@@ -1,5 +1,5 @@
{{ define "main" }}
-
+
{{ partial "sidebar.html" (dict "context" . "disableSidebar" true) }}