diff --git a/site/layouts/partials/docs-sidebar.html b/site/layouts/partials/docs-sidebar.html index 9af562340d..23e9bbad36 100644 --- a/site/layouts/partials/docs-sidebar.html +++ b/site/layouts/partials/docs-sidebar.html @@ -13,22 +13,20 @@ {{- end -}} {{- $group_slug := $group.title | urlize -}} - {{- $active_group := eq $.Page.Params.group $group_slug }} + {{- $is_active_group := eq $.Page.Params.group $group_slug }} -
  • - +
  • + {{ $group.title }} {{- if $group.pages }} -