File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{{ #unless (or (eq page.layout ' landing' ) (eq page.layout ' full' ) (eq page.layout ' home' ))}}
2
- < nav class = " breadcrumbs flex " aria-label = " breadcrumbs " >
3
- {{ #if page. breadcrumbs}}
4
- <ul class =" flex flex-wrap !list-none !m-0 !p-0" >
2
+ {{ #if page. breadcrumbs}}
3
+ < nav id = " breadcrumbs " class = " flex " aria-label = " breadcrumbs" >
4
+ <ol class =" flex flex-wrap !list-none !m-0 !p-0" >
5
5
{{ #with page.componentVersion }}
6
6
{{ #if (and ./title (ne ./title @root.page.breadcrumbs.0.content ))}}
7
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 class = " component-home " href =" {{{ relativize ./url }}} " >{{{ ./title }}} </a >
8
+ <a href =" {{{ relativize ./url }}} " >{{{ ./title }}} </a >
9
9
</li >
10
10
{{ /if }}
11
11
{{ /with }}
22
22
{{ /if }}
23
23
{{ /if }}
24
24
{{ /each }}
25
- </ul >
26
- {{ /if }}
25
+ </ol >
27
26
</nav >
27
+ {{ /if }}
28
28
{{ /unless }}
Original file line number Diff line number Diff line change 6
6
{{ ~/if }}
7
7
id =" side-nav"
8
8
class =" h-full bg-level1 overflow-y-scroll flex flex-col w-[18.5rem] px-2 pt-2" >
9
- <div class =" flex items-start gap-1 mb-1 " >
9
+ <div class =" flex items-start gap-1 mb-1" >
10
10
{{ #with @root.page.componentVersion }}
11
- <a class =" flex flex-grow py-1 px-2 text-h4 hover:bg-level2 rounded transition-colors !no-underline" href =" {{{ relativize ./url }}} " >{{ ./title }} </a >
11
+ <a id = " component-home " class =" flex flex-grow py-1 px-2 text-h4 hover:bg-level2 rounded transition-colors !no-underline" href =" {{{ relativize ./url }}} " >{{ ./title }} </a >
12
12
{{ /with }}
13
13
{{> page-versions page =../page }}
14
14
</div >
You can’t perform that action at this time.
0 commit comments