diff --git a/templates/page.html b/templates/page.html index 8b63ac7f..e2a807c6 100644 --- a/templates/page.html +++ b/templates/page.html @@ -99,7 +99,7 @@ {%- if page.extra.toc %} {%- set toc = page.toc %} {%- endif %} - {%- if toc %} + {%- if toc or page.extra.series %}
{%- if page.extra.series %} @@ -178,6 +178,7 @@
{%- endif %} + {%- if toc %}
{{ macros::translate(key="Index", default="Index", i18n=i18n) }} {%- for h in toc %} @@ -196,6 +197,7 @@
{%- endif %} {%- endif %} + {%- endif %} {%- endblock toc %} {%- endblock content %}