diff --git a/layouts/partials/sidebar-tree.html b/layouts/partials/sidebar-tree.html index add822c5..f5a34b23 100644 --- a/layouts/partials/sidebar-tree.html +++ b/layouts/partials/sidebar-tree.html @@ -1,9 +1,12 @@ {{/* - A modified version of the siderbar-tree.html partial in Docsy to add the ToC. + A modified version of the siderbar-tree.html partial in Docsy, adding: + + * The "toc.html" partial at L45. */}} +{{/* We cache this partial for bigger sites and set the active class client side. */ -}} {{ $sidebarCacheLimit := .Site.Params.ui.sidebar_cache_limit | default 2000 -}} {{ $shouldDelayActive := ge (len .Site.Pages) $sidebarCacheLimit -}}