We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c1f17 commit 5be8466Copy full SHA for 5be8466
src/partials/breadcrumbs.hbs
@@ -8,8 +8,8 @@
8
{{/if}}
9
{{/with}}
10
{{#each page.breadcrumbs}}
11
- {{#if (and ./url (eq ./urlType 'internal'))}}
12
- {{#if (is-last this ../page.breadcrumbs)}}
+ {{#if (eq ./urlType 'internal')}}
+ {{#if (or (not ./url) (is-last this ../page.breadcrumbs))}}
13
<li class="text-tertiary !m-0 !p-0">{{{./content}}}</li>
14
{{else}}
15
<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