File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
1
- title : Documentation
2
2
url : " /"
3
- can-highlight : true
4
3
- title : Download
5
4
url : https://www.scala-lang.org/download/
6
- can-highlight : true
7
5
- title : Community
8
6
url : https://www.scala-lang.org/community/
9
- can-highlight : true
10
7
- title : Libraries
11
8
url : https://index.scala-lang.org
12
- can-highlight : true
13
- - title : Contribute
14
- url : /contribute/
15
9
- title : Blog
16
10
url : https://www.scala-lang.org/blog/
17
- can-highlight : true
Original file line number Diff line number Diff line change 10
10
< ul class ="navigation-menu ">
11
11
{% for navItem in site.data.nav-header %}
12
12
< li class ="navigation-menu-item ">
13
- < a href ="{% if navItem.url contains '://' %}{{navItem.url}}{% else %}{{site.baseurl}}{{navItem.url}}{% endif %} " {% if page.url contains navItem.url and navItem.can-highlight %} class ="active "{% endif %} > {{navItem.title}}</ a >
13
+ < a href ="{% if navItem.url contains '://' %}{{navItem.url}}{% else %}{{site.baseurl}}{{navItem.url}}{% endif %} " {% if page.url contains navItem.url %} class ="active "{% endif %} > {{navItem.title}}</ a >
14
14
</ li >
15
15
{% endfor %}
16
16
</ ul >
You can’t perform that action at this time.
0 commit comments