From 5e05ed65432de2bd0b74717b78f279c00ac36dd1 Mon Sep 17 00:00:00 2001 From: Jason Lavoie Date: Mon, 22 Feb 2021 01:00:04 -0500 Subject: [PATCH] Enforce language url subsitution on path boundary for breadcrumbs (#254) * Without this, the section name gets mangled when the language was a sub-string of the section. For example, under 'en', a section named "fragment" changes to "fragmt". --- layouts/partials/breadcrumbs.html | 2 +- layouts/partials/templates/schema_json.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/breadcrumbs.html b/layouts/partials/breadcrumbs.html index 71ce58a2..0ffbc095 100644 --- a/layouts/partials/breadcrumbs.html +++ b/layouts/partials/breadcrumbs.html @@ -1,7 +1,7 @@ {{- if (.Param "ShowBreadCrumbs")}}