We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c2e54 commit 2388b2fCopy full SHA for 2388b2f
themes/vocabulary_theme/templates/page-with-toc.html
@@ -22,12 +22,12 @@ <h1>{{ this.title }}</h1>
22
{% for href, title in [
23
['/contributing-code/projects', 'Project List'],
24
['/contributing-code/issue-finder', 'Issue Finder'],
25
- ['/contributing-code/contributing-code', 'Contribution Guidelines'],
+ ['/contributing-code', 'Contribution Guidelines'],
26
['/contributing-code/usability', 'Usability'],
27
] %}
28
<li>
29
<a class="{% if this.path == href %} is-active {% endif%} link" href="{{ href|url }}">{{ title }}</a>
30
- {% if (href == '/contributing-code/contributing-code') %}
+ {% if (href == '/contributing-code') %}
31
<ul>
32
33
['/contributing-code/pr-guidelines', 'Pull Request Guidelines'],
0 commit comments