Skip to content

Commit 9506702

Browse files
committed
revert changes to breadcrumbs
1 parent 31b9482 commit 9506702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/partials/breadcrumbs.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
{{/if}}
99
{{/with}}
1010
{{#each page.breadcrumbs}}
11-
{{#if (eq ./urlType 'internal')}}
12-
{{#if (or (not ./url) (is-last this ../page.breadcrumbs))}}
11+
{{#if (and ./url (eq ./urlType 'internal'))}}
12+
{{#if (is-last this ../page.breadcrumbs)}}
1313
<li class="text-tertiary !m-0 !p-0">{{{./content}}}</li>
1414
{{else}}
1515
<li class="text-link !m-0 !p-0 after:content-['/'] last-of-type:after:content-none after:text-tertiary after:px-2">

0 commit comments

Comments
 (0)