We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6597a49 commit c6ba075Copy full SHA for c6ba075
1 file changed
_includes/toc-date.html
@@ -40,7 +40,7 @@
40
{{ site.title | escape }}
41
</a>
42
{% if site.toc.enabled %}
43
- {% if page.url == "/" and site.toc.enabled_index %}
+ {% if site.toc.enabled_index %}
44
{% include toc.html html=content h_min=site.toc.h_min h_max=site.toc.h_max %}
45
{% endif %}
46
0 commit comments