diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 1f8262f..cc07748 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -19,7 +19,7 @@
{{ template "sidebar-main" (dict "context" site.Home "pageURL" $pageURL "page" $context "toc" true) -}}
- {{ template "sidebar-footer" }}
+ {{ partialCached "sidebar/footer" $context }}
@@ -29,7 +29,7 @@
{{- else -}}
{{ template "sidebar-main" (dict "context" $navRoot "page" $context "pageURL" $pageURL) }}
- {{ template "sidebar-footer" }}
+ {{ partialCached "sidebar/footer" $context }}
{{ end -}}
@@ -122,7 +122,7 @@
{{ end }}
{{- end -}}
-{{- define "sidebar-footer" -}}
+{{- define "partials/sidebar/footer" -}}
{{- range site.Menus.sidebar -}}
{{- $name := or (T .Identifier) .Name -}}
{{ if eq .Params.type "separator" }}
@@ -150,12 +150,12 @@
>
{{- .title -}}
{{- with .context }}
- {{- if or .RegularPages .Sections }}{{ partialCached "sidebear-collapsible-button" . }}{{ end -}}
+ {{- if or .RegularPages .Sections }}{{ partialCached "sidebar/collapsible-button" . }}{{ end -}}
{{ end -}}
{{- end -}}
-{{- define "partials/sidebear-collapsible-button" -}}
+{{- define "partials/sidebar/collapsible-button" -}}