We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1da2b1 + 3e79cfe commit 4616a8fCopy full SHA for 4616a8f
themes/vocabulary_theme/templates/page-with-toc.html
@@ -32,6 +32,10 @@ <h1>{{ this.title }}</h1>
32
<li>
33
<a class="link" href="{{ '/contributing-code/cc-search'|url }}">CC Search</a>
34
</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>
39
</ul>
40
</aside>
41
{% elif this.is_child_of('/community') %}
0 commit comments