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 faf600a commit 4c64cafCopy full SHA for 4c64caf
src/partials/breadcrumbs.hbs
@@ -2,7 +2,7 @@
2
{{#if page.breadcrumbs}}
3
<ul>
4
{{#with page.componentVersion}}
5
- {{#if (and ./title (not (or ./root (eq ./title @root.page.breadcrumbs.0.content))))}}
+ {{#if (and ./title (not (eq ./title @root.page.breadcrumbs.0.content)))}}
6
<li><a href="{{{relativize ./url}}}">{{{./title}}}</a></li>
7
{{/if}}
8
{{/with}}
0 commit comments