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.
1 parent d33baf0 commit 3db0902Copy full SHA for 3db0902
docs/web/theme/nav-sub.html
@@ -1,7 +1,7 @@
1
<!-- sonar-ignore-start -->
2
{%- if not nav_item.children %}
3
<li>
4
- <a href="{{ nav_item.url|url }}" class="angelo dropdown-item{% if nav_item.active %} active{% endif %}">{{ nav_item.title }}</a>
+ <a href="{{ nav_item.url|url }}" class="dropdown-item{% if nav_item.active %} active{% endif %}">{{ nav_item.title }}</a>
5
</li>
6
{%- else %}
7
<li class="dropdown-submenu">
0 commit comments