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 dd7c7a8 + 10fbcbc commit 6ac99a9Copy full SHA for 6ac99a9
templates/navigation/top-navigation.html
@@ -5,7 +5,7 @@
5
<li class="top-navigation__item {% if current_path and current_path is starting_with('/documentation/api/') %}active{% endif %}">
6
<a href="/documentation/api/">API</a>
7
</li>
8
- <li class="top-navigation__item {% if current_path and current_path is starting_with('/tutorials/practice/') %}active{% endif %}">
+ <li class="top-navigation__item {% if current_path and current_path is starting_with('/practice/') %}active{% endif %}">
9
<a href="/practice/basic">Practice</a>
10
11
<li class="top-navigation__item {% if current_path and current_path is starting_with('/blog/') %}active{% endif %}">
0 commit comments