diff --git a/templates/includes/header.html b/templates/includes/header.html index d64a5850d8..68a0ca0793 100644 --- a/templates/includes/header.html +++ b/templates/includes/header.html @@ -25,6 +25,10 @@
+ {% for subsection_path in section.subsections %} + {% set subsection = get_section(path=subsection_path) %} + {{ subsection.title }} + {% endfor %} {% for page in section.pages %} {{ page.title }} {% endfor %}