diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 78d1f44..b871a92 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -20,7 +20,7 @@ {{child.title}} {%- if child.has_children -%} - ^ + {%- assign father_name = child.title -%} {%- assign grandfather_name = item.title -%} {% assign grandsons = site.docs | where: "parent", father_name | where: "grand_parent", grandfather_name %}