Skip to content

Commit f288ba6

Browse files
committed
Removed commented code
1 parent d9d921d commit f288ba6

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

theme/partials/toc.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,6 @@
2424
<li class="md-nav__item level-2">
2525
<a href="{{ toc_item.url }}" title="{{ toc_item.title }}" class="md-nav__link">
2626
{{ 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 %} -->
4027
</a>
4128
</li>
4229
{% endfor %}

0 commit comments

Comments
 (0)