diff --git a/site/layouts/partials/docs-sidebar.html b/site/layouts/partials/docs-sidebar.html
index 91df79c2f..1ffca3b0a 100644
--- a/site/layouts/partials/docs-sidebar.html
+++ b/site/layouts/partials/docs-sidebar.html
@@ -15,25 +15,25 @@
{{- $group_slug := $group.title | urlize -}}
{{- $active_group := eq $.Page.Params.group $group_slug }}
-
-
- {{- $group.title -}}
-
+
+
+ {{ $group.title }}
+
- {{- if $group.pages }}
-
- {{- range $doc := $group.pages -}}
- {{- $doc_slug := $doc.title | urlize }}
- -
-
- {{- $doc.title -}}
-
-
- {{- end }}
-
+ {{- if $group.pages }}
+
+ {{- range $doc := $group.pages -}}
+ {{- $doc_slug := $doc.title | urlize }}
+ -
+
+ {{- $doc.title -}}
+
+
{{- end }}
-
- {{- end }}
+
+ {{- end }}
+
+ {{- end }}