Skip to content

Commit 4616a8f

Browse files
authored
Merge pull request creativecommons#433 from creativecommons/update_nav
add usability to contibution guidelines sidebar
2 parents b1da2b1 + 3e79cfe commit 4616a8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ <h1>{{ this.title }}</h1>
3232
<li>
3333
<a class="link" href="{{ '/contributing-code/cc-search'|url }}">CC Search</a>
3434
</li>
35+
<hr class="divider">
36+
<li>
37+
<a class="{% if this.path == '/contributing-code/usability' %} is-active {% endif%} link" href="{{ '/contributing-code/usability'|url }}">Usability</a>
38+
</li>
3539
</ul>
3640
</aside>
3741
{% elif this.is_child_of('/community') %}

0 commit comments

Comments
 (0)