diff options
Diffstat (limited to 'xreadthedocs/toc.html')
-rw-r--r-- | xreadthedocs/toc.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xreadthedocs/toc.html b/xreadthedocs/toc.html index 6cd2fc9..4accc1b 100644 --- a/xreadthedocs/toc.html +++ b/xreadthedocs/toc.html @@ -10,6 +10,7 @@ <li class="toctree-l1 {% if nav_item.active%}current{%endif%}"> <a class="{% if nav_item.active%}current{%endif%}" href="{{ nav_item.url }}">{{ nav_item.title }}</a> {% if nav_item == current_page %} +<!-- <ul> {% for toc_item in toc %} <li class="toctree-l3"><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li> @@ -18,6 +19,7 @@ {% endfor %} {% endfor %} </ul> +--> {% endif %} </li> {% endif %} |