File tree 1 file changed +3
-3
lines changed
themes/vocabulary_theme/templates
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 69
69
Blog
70
70
</ a >
71
71
< div class ="navbar-item has-dropdown is-hoverable ">
72
- < a class ="navbar-link is-arrowless {% if this.is_child_of('/contributing-code') %} is-active{% endif%} ">
72
+ < a class ="navbar-link is-arrowless {% if this.is_child_of('/contributing-code') %} is-active{% endif%} " tabindex =" 0 " >
73
73
Contribute< i class ="icon caret-down "> </ i > </ a >
74
74
< div class ="navbar-dropdown ">
75
75
{% for href, title in [
88
88
</ div >
89
89
</ div >
90
90
< div class ="navbar-item has-dropdown is-hoverable ">
91
- < a class ="navbar-link is-arrowless {% if this.is_child_of('/community') %} is-active{% endif%} ">
91
+ < a class ="navbar-link is-arrowless {% if this.is_child_of('/community') %} is-active{% endif%} " tabindex =" 0 " >
92
92
Community< i class ="icon caret-down "> </ i > </ a >
93
93
< div class ="navbar-dropdown is-active ">
94
94
{% for href, title in [
106
106
</ div >
107
107
</ div >
108
108
< div class ="navbar-item has-dropdown is-hoverable ">
109
- < a class ="navbar-link is-arrowless {% if this.is_child_of('/internships') %} is-active{% endif%} ">
109
+ < a class ="navbar-link is-arrowless {% if this.is_child_of('/internships') %} is-active{% endif%} " tabindex =" 0 " >
110
110
Internships< i class ="icon caret-down "> </ i > </ a >
111
111
< div class ="navbar-dropdown ">
112
112
{% for href, title in [
You can’t perform that action at this time.
0 commit comments