We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dde87b commit a4c10e5Copy full SHA for a4c10e5
1 file changed
overrides/partials/header.html
@@ -68,24 +68,25 @@
68
></span>
69
<ul class="dropdown-menu">
70
{% if section.children %}
71
- {% for nav_item in section.children %} {% if not nav_item.children %}
72
- <li>
73
- <a
74
- href="{{ nav_item.url|url }}"
75
- class="
76
- nav-link
77
- dropdown-item{%
78
- if
79
- nav_item.active
80
- %}
81
- active{%
82
- endif
83
84
- "
85
- >{{ nav_item.title }}</a
86
- >
87
- </li>
88
- {% endif %} {% endfor %}
+ {% for nav_item in section.children %} {% if not nav_item.children %}
+ <li>
+ <a
+ href="{{ nav_item.url|url }}"
+ class="
+ nav-link
+ dropdown-item{%
+ if
+ nav_item.active
+ %}
+ active{%
+ endif
+ "
+ >{{ nav_item.title }}</a
+ >
+ </li>
+ {% endif %} {% endfor %}
89
+ {% endif %} mkdocs serve
90
</ul>
91
</li>
92
{% endfor %}
0 commit comments