Skip to content

Commit 2388b2f

Browse files
committed
Fixes parent link in 'Contribution Guidelines' section. Fixes creativecommons#627
1 parent a6c2e54 commit 2388b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/vocabulary_theme/templates/page-with-toc.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ <h1>{{ this.title }}</h1>
2222
{% for href, title in [
2323
['/contributing-code/projects', 'Project List'],
2424
['/contributing-code/issue-finder', 'Issue Finder'],
25-
['/contributing-code/contributing-code', 'Contribution Guidelines'],
25+
['/contributing-code', 'Contribution Guidelines'],
2626
['/contributing-code/usability', 'Usability'],
2727
] %}
2828
<li>
2929
<a class="{% if this.path == href %} is-active {% endif%} link" href="{{ href|url }}">{{ title }}</a>
30-
{% if (href == '/contributing-code/contributing-code') %}
30+
{% if (href == '/contributing-code') %}
3131
<ul>
3232
{% for href, title in [
3333
['/contributing-code/pr-guidelines', 'Pull Request Guidelines'],

0 commit comments

Comments
 (0)