Skip to content

Commit 3e79cfe

Browse files
committed
add usability to contibution guidelines sidebar
1 parent b1da2b1 commit 3e79cfe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
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)