diff --git a/website/site/templates/page.html b/website/site/templates/page.html index 376bccc2..09531b59 100644 --- a/website/site/templates/page.html +++ b/website/site/templates/page.html @@ -27,7 +27,8 @@ - + {% for parent in page.ancestors %} {% set s = get_section(path = parent, metadata_only = true) %} @@ -44,7 +45,8 @@ - + {% set last = page.ancestors | last %} {% set s = get_section(path=last) %} diff --git a/website/site/templates/pages.html b/website/site/templates/pages.html index c3b30dc0..95c6bd66 100644 --- a/website/site/templates/pages.html +++ b/website/site/templates/pages.html @@ -27,7 +27,8 @@ - + {% for parent in section.ancestors %} {% set s = get_section(path = parent, metadata_only = true) %} @@ -44,7 +45,8 @@ - - + {% for parent in section.ancestors %} {% set s = get_section(path = parent, metadata_only = true) %} @@ -44,7 +45,8 @@ - + {% for header in section.toc %}