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 f51c2c8 commit b672813Copy full SHA for b672813
src/partials/breadcrumbs.hbs
@@ -1,11 +1,11 @@
1
{{#unless (or (eq page.layout 'landing') (eq page.layout 'full') (eq page.layout 'home'))}}
2
-<nav class="flex" aria-label="breadcrumbs">
+<nav class="breadcrumbs flex" aria-label="breadcrumbs">
3
{{#if page.breadcrumbs}}
4
<ul class="flex flex-wrap !list-none !m-0 !p-0">
5
{{#with page.componentVersion}}
6
{{#if (and ./title (ne ./title @root.page.breadcrumbs.0.content))}}
7
<li class="text-link !m-0 !p-0 after:content-['/'] last-of-type:after:content-none after:text-tertiary after:px-2">
8
- <a href="{{{relativize ./url}}}">{{{./title}}}</a>
+ <a class="component-home" href="{{{relativize ./url}}}">{{{./title}}}</a>
9
</li>
10
{{/if}}
11
{{/with}}
0 commit comments