diff --git a/_includes/toc-date.html b/_includes/toc-date.html index 1da8420a6d..06a926b9f4 100644 --- a/_includes/toc-date.html +++ b/_includes/toc-date.html @@ -40,7 +40,7 @@ {{ site.title | escape }} {% if site.toc.enabled %} - {% if page.url == "/" and site.toc.enabled_index %} + {% if site.toc.enabled_index %} {% include toc.html html=content h_min=site.toc.h_min h_max=site.toc.h_max %} {% endif %} {% endif %}