File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
<nav >
9
9
<ul class =" list-divider-pipe" >
10
- <li {{ #equals path ' ' }} class =" active" {{ /equals }} >
10
+ <li {{ #equals path ' ' }} class =" active" {{ /equals }} >
11
11
<a href =" /{{ site.locale }} /" >{{ site.home.text }} </a >
12
12
</li >
13
13
14
14
{{ #each nav.main }}
15
- <li {{ #startswith ../path link}} class =" active" {{ /startswith }} {{ #startswith link ' https://foundation.nodejs.org' }} class =" nav-foundation" {{ /startswith }} >
15
+ <li {{ #startswith ../path link}} class =" active" {{ /startswith }} {{ #startswith link ' https://foundation.nodejs.org' }} class =" nav-foundation" {{ /startswith }} >
16
16
{{ #startswith link ' http' }}
17
17
<a href =" {{ link }} " >{{ text }} </a >
18
18
{{ else }}
Original file line number Diff line number Diff line change 3
3
{{ #each nav }}
4
4
{{ #equals @key ../key}}
5
5
{{ #each this }}
6
- <li {{ #equals ../../path link}} class =" active" {{ /equals }} >
6
+ <li {{ #equals ../../path link}} class =" active" {{ /equals }} >
7
7
{{ #startswith link ' /' }}
8
8
<a href =" {{ link }} " >{{ text }} {{ #if subtext }} <span class =" small color-lightgray" >{{ subtext }} </span >{{ /if }} </a >
9
9
{{ else }}
You can’t perform that action at this time.
0 commit comments