<divclass="sidebar__resize-handle"aria-hidden="true"title="Drag to resize sidebar width"></div>
@@ -38,7 +38,6 @@
{% if root_section.subsections %}
{% for subsection_path in root_section.subsections %}
{% set subsection = get_section(path=subsection_path) %}
{% if subsection.extra.hide_from_toc is not defined or not subsection.extra.hide_from_toc %}
<divclass="toc__section">
<ahref="{{ subsection.permalink | safe }}"class="toc__section-title {% if current_path is defined and current_path == subsection.path %}active{% endif %}">{{ subsection.title }}</a>
<ulclass="toc__list">
@@ -51,7 +50,6 @@
{% endfor %}
</ul>
</div>
{% endif %}
{% endfor %}
{% endif %}
{% endif %}
@@ -61,6 +59,21 @@
<divclass="sidebar__footer">
{# Mobile-only actions (hidden on desktop where they're in header) #}