From fc0ecc027cf9289d35800ea00ea00b2e44116293 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sat, 25 Mar 2023 07:01:44 -0700 Subject: [PATCH] Improve breadcrumb example (#2026) --- content/en/content-management/sections.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/content/en/content-management/sections.md b/content/en/content-management/sections.md index a74cc6731..4cfa19276 100644 --- a/content/en/content-management/sections.md +++ b/content/en/content-management/sections.md @@ -63,14 +63,18 @@ If you need a specific template for a sub-section, you need to adjust either the With the available [section variables and methods](#section-page-variables-and-methods) you can build powerful navigation. One common example would be a partial to show Breadcrumb navigation: {{< code file="layouts/partials/breadcrumb.html" download="breadcrumb.html" >}} - + {{< /code >}} ## Section Page Variables and Methods