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 d9d921d commit f288ba6Copy full SHA for f288ba6
theme/partials/toc.html
@@ -24,19 +24,6 @@
24
<li class="md-nav__item level-2">
25
<a href="{{ toc_item.url }}" title="{{ toc_item.title }}" class="md-nav__link">
26
{{ toc_item.title }}
27
- <!-- {% if toc_item.children %}
28
- <nav class="md-nav">
29
- <ul class="md-nav__list">
30
- {% for toc_item in toc_item.children %}
31
- <li class="md-nav__item level-2">
32
- <a href="{{ toc_item.url }}" title="{{ toc_item.title }}" class="md-nav__link">
33
- NESTED {{ toc_item.title }}
34
- </a>
35
- </li>
36
- {% endfor %}
37
- </ul>
38
- </nav>
39
- {% endif %} -->
40
</a>
41
</li>
42
{% endfor %}
0 commit comments