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 31b9482 commit 9506702Copy full SHA for 9506702
src/partials/breadcrumbs.hbs
@@ -8,8 +8,8 @@
8
{{/if}}
9
{{/with}}
10
{{#each page.breadcrumbs}}
11
- {{#if (eq ./urlType 'internal')}}
12
- {{#if (or (not ./url) (is-last this ../page.breadcrumbs))}}
+ {{#if (and ./url (eq ./urlType 'internal'))}}
+ {{#if (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