From 3ef79ce40fe64b50fa969a382f0498b5d5ae0614 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 6 Apr 2018 14:30:59 -0600 Subject: [PATCH] add is-current marker to breadcrumb for current page --- 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 a860d34..3f939cf 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