Skip to content

Commit 4c64caf

Browse files
committed
remove irrelevant condition in breadcrumbs partial
1 parent faf600a commit 4c64caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partials/breadcrumbs.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{#if page.breadcrumbs}}
33
<ul>
44
{{#with page.componentVersion}}
5-
{{#if (and ./title (not (or ./root (eq ./title @root.page.breadcrumbs.0.content))))}}
5+
{{#if (and ./title (not (eq ./title @root.page.breadcrumbs.0.content)))}}
66
<li><a href="{{{relativize ./url}}}">{{{./title}}}</a></li>
77
{{/if}}
88
{{/with}}

0 commit comments

Comments
 (0)