From d62f08231e621b0b39c476d7a860726ff4be16ed Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Mon, 9 Apr 2018 04:08:07 -0600 Subject: [PATCH] remove is-current from last breadcrumb as it currently breaks the search --- src/partials/breadcrumbs.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partials/breadcrumbs.hbs b/src/partials/breadcrumbs.hbs index 3f939cf..a860d34 100644 --- a/src/partials/breadcrumbs.hbs +++ b/src/partials/breadcrumbs.hbs @@ -7,7 +7,7 @@ {{/if}} {{/with}} {{#each page.breadcrumbs}} -
  • +
  • {{~#if (and ./url (eq ./urlType 'internal'))~}} {{{./content}}} {{~else~}} -- 2.11.0