Skip to content
Snippets Groups Projects
Commit 0083db36 authored by Fabian Pedregosa's avatar Fabian Pedregosa
Browse files

Revert code that I erroneously changed

parent ac7cb286
Branches
Tags
No related merge requests found
......@@ -176,7 +176,8 @@
<a href="about.html#citing-the-scikit-learn">citing the
scikit-learn</a>.</p>
{%- if (toc|length > 20) and (pagename != 'index') %}
<!-- it's 11 when it's empty (?) -->
{%- if (toc|length == 11) and (pagename != 'index') %}
<h3>{{ _('This page') }}</h3>
{{ toc }}
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment