From 456c96921a89a07d5d85444d14b6749359141122 Mon Sep 17 00:00:00 2001 From: xiln7 Date: Sun, 12 Nov 2023 21:47:20 +0800 Subject: [PATCH] typo: fix typos in sidebar.html (#203) @OliverWu515 finds this issue, I help pr this. Hope it helps. The theme helps a lot for our org to build our documents. We found this issue when we use it. --- layouts/partials/sidebar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index a47cc40..e5186f0 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -153,7 +153,7 @@ {{- with .context }} {{- if or .RegularPages .Sections }} - {{- template "sidebear-collapsible-button" -}} + {{- template "sidebar-collapsible-button" -}} {{- end }} {{ end -}} @@ -164,6 +164,6 @@
{{- end -}} -{{- define "sidebear-collapsible-button" -}} +{{- define "sidebar-collapsible-button" -}} {{- end -}}