- {{ partial "sidebar.html" (dict "context" . "disableSidebar" true "displayPlaceholder" true) }}
+ {{ partial "sidebar-ng.html" (dict "context" . "disableSidebar" true "displayPlaceholder" true) }}
{{ partial "toc.html" . }}
diff --git a/layouts/_default/wide.html b/layouts/_default/wide.html
index ec7abe1..af0045a 100644
--- a/layouts/_default/wide.html
+++ b/layouts/_default/wide.html
@@ -1,6 +1,6 @@
{{ define "main" }}
- {{ partial "sidebar.html" (dict "context" . "disableSidebar" true "displayPlaceholder" false) }}
+ {{ partial "sidebar-ng.html" (dict "context" . "disableSidebar" true "displayPlaceholder" false) }}
{{ if .Title }}
{{ if .Title }}
{{ .Title }}
{{ end }} diff --git a/layouts/blog/list.html b/layouts/blog/list.html index 5f0cca7..3668f68 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -1,7 +1,7 @@ {{ define "main" }} {{- $readMore := (T "readMore") | default "Read more →" -}}
- {{ partial "sidebar.html" (dict "context" . "disableSidebar" true "displayPlaceholder" true) }}
+ {{ partial "sidebar-ng.html" (dict "context" . "disableSidebar" true "displayPlaceholder" true) }}
diff --git a/layouts/blog/single.html b/layouts/blog/single.html index 75fa392..2d4ff2e 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -1,6 +1,6 @@ {{ define "main" }}
diff --git a/layouts/blog/single.html b/layouts/blog/single.html index 75fa392..2d4ff2e 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -1,6 +1,6 @@ {{ define "main" }}
- {{ partial "sidebar.html" (dict "context" . "disableSidebar" true "displayPlaceholder" true) }}
+ {{ partial "sidebar-ng.html" (dict "context" . "disableSidebar" true "displayPlaceholder" true) }}
{{ partial "toc.html" . }}
diff --git a/layouts/hextra-home.html b/layouts/hextra-home.html
index 54d792d..ea0c54c 100644
--- a/layouts/hextra-home.html
+++ b/layouts/hextra-home.html
@@ -1,6 +1,6 @@
{{ define "main" }}
- {{ partial "sidebar.html" (dict "context" . "disableSidebar" true) }}
+ {{ partial "sidebar-ng.html" (dict "context" . "disableSidebar" true) }}