diff --git a/exampleSite/content/test-product/commerical/commercial-feature.md b/exampleSite/content/test-product/commerical/commercial-feature.md index 0f666c9f..3b397f3b 100644 --- a/exampleSite/content/test-product/commerical/commercial-feature.md +++ b/exampleSite/content/test-product/commerical/commercial-feature.md @@ -1,5 +1,6 @@ --- title: Commercial Feature +linkTitle: Feature description: Commercial Feature nd-commercial: true --- diff --git a/exampleSite/content/test-product/commerical/partial-commercial-feature.md b/exampleSite/content/test-product/commerical/partial-commercial-feature.md index 33517131..ef2ea752 100644 --- a/exampleSite/content/test-product/commerical/partial-commercial-feature.md +++ b/exampleSite/content/test-product/commerical/partial-commercial-feature.md @@ -1,5 +1,6 @@ --- title: Partial Commercial Feature +linkTitle: Feature description: Partial Commercial Feature nd-commercial-partial: true --- diff --git a/layouts/partials/breadcrumb.html b/layouts/partials/breadcrumb.html index 5c8c6189..b8994011 100644 --- a/layouts/partials/breadcrumb.html +++ b/layouts/partials/breadcrumb.html @@ -9,7 +9,7 @@ {{- end -}} {{- if not .IsHome -}} {{- template "breadcrumb" . -}} - {{- .Title -}} - {{ end }} + {{- .LinkTitle -}} + {{- end -}} diff --git a/layouts/partials/sidebar-list-pages.html b/layouts/partials/sidebar-list-pages.html deleted file mode 100644 index 1fa864ea..00000000 --- a/layouts/partials/sidebar-list-pages.html +++ /dev/null @@ -1,31 +0,0 @@ -{{ $currentUrl := .currentUrl }} -{{ $context := .context }} -