From 81ecae7d32cd0c56d4b252716a449912edff7c57 Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Fri, 10 Sep 2021 14:13:40 +0100 Subject: [PATCH] Update _includes/breadcrumbs.html Co-authored-by: Sebastiaan van Stijn --- _includes/breadcrumbs.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html index b4380273cae..52ffab63531 100644 --- a/_includes/breadcrumbs.html +++ b/_includes/breadcrumbs.html @@ -5,7 +5,8 @@ page's location in the TOC (_data/toc.yaml). To get the "parent" TOC entries for the current page, we: - - iterate through each of the main sections / categories in the TOC (home, guides, manuals, reference, samples) + - iterate through each of the main sections / categories in the TOC (home, guides, + manuals, reference, samples) - in each section, we iterate throught pages and sections. "sections" do not have URLs ("path") of their own, but can contain pages and sub-sections. Liquid doesn't allow us to "recursively" iterate through these, so we added