Skip to content

Commit c6ba075

Browse files
committed
remove condition
1 parent 6597a49 commit c6ba075

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/toc-date.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
{{ site.title | escape }}
4141
</a>
4242
{% if site.toc.enabled %}
43-
{% if page.url == "/" and site.toc.enabled_index %}
43+
{% if site.toc.enabled_index %}
4444
{% include toc.html html=content h_min=site.toc.h_min h_max=site.toc.h_max %}
4545
{% endif %}
4646
{% endif %}

0 commit comments

Comments
 (0)