We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1da2b1 commit 3e79cfeCopy full SHA for 3e79cfe
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