fix active page for contributing
This commit is contained in:
parent
66e7d6dd2a
commit
eb7279eceb
1 changed files with 3 additions and 3 deletions
|
|
@ -28,16 +28,16 @@ layout: default
|
|||
{% assign current = page.url | downcase | split: '/' %}
|
||||
<ul class='tabbed-navigation'>
|
||||
<li>
|
||||
<a href="/contributing" {% if current[3] ==
|
||||
<a href="/contributing" {% if current[2] ==
|
||||
nil %}class='active'{% endif %}>Pull Requests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/contributing/open-issues" {% if current[3] ==
|
||||
<a href="/contributing/open-issues" {% if current[2] ==
|
||||
'open-issues' %}class='active'{% endif %}>Open Issues</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/contributing/library-infrastructure-issues" {% if
|
||||
current[3] ==
|
||||
current[2] ==
|
||||
'library-infrastructure-issues' %}class='active'{% endif %}>Library Infrastructure Issues</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Reference in a new issue