diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 4c2aab4..ba88fbf 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -612,4 +612,40 @@ } {{ end }} + + {{/* Blog posts, case studies and FAQ pages get their own BreadcrumbList above. + The compliance / features / guides trees had none, leaving every page in + them without breadcrumbs. One generic block covers all three rather than + three near-identical copies. */}} + {{ $crumbSections := dict "compliance" "Compliance" "features" "Features" "guides" "Guides" }} + {{ $crumbLabel := index $crumbSections .Section }} + {{ if $crumbLabel }} + + + {{ end }}