Skip to content

Commit b672813

Browse files
committed
classnames for algolia
1 parent f51c2c8 commit b672813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/partials/breadcrumbs.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{{#unless (or (eq page.layout 'landing') (eq page.layout 'full') (eq page.layout 'home'))}}
2-
<nav class="flex" aria-label="breadcrumbs">
2+
<nav class="breadcrumbs flex" aria-label="breadcrumbs">
33
{{#if page.breadcrumbs}}
44
<ul class="flex flex-wrap !list-none !m-0 !p-0">
55
{{#with page.componentVersion}}
66
{{#if (and ./title (ne ./title @root.page.breadcrumbs.0.content))}}
77
<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>
8+
<a class="component-home" href="{{{relativize ./url}}}">{{{./title}}}</a>
99
</li>
1010
{{/if}}
1111
{{/with}}

0 commit comments

Comments
 (0)