From c8c9601a8cf841170055282a275c38a439bb25f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 22 Nov 2017 16:13:21 +0100 Subject: [PATCH] Use the code shortcode for the breadcrumb example --- content/content-management/sections.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/content-management/sections.md b/content/content-management/sections.md index 855bd1bc0..22e6bb517 100644 --- a/content/content-management/sections.md +++ b/content/content-management/sections.md @@ -47,7 +47,7 @@ It is currently not possible to add a specific layout for one of the sub-section 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: -```html +{{< code file="layouts/partials/breadcrumb.html" download="breadcrumb.html" >}} @@ -65,7 +65,7 @@ With the available [section variables and methods](#section-page-variables-and-m {{ end }} {{ end }} -``` +{{< /code >}} ## Section Page Variables and Methods