diff --git a/templates/index.html b/templates/index.html index a3aa55d..5f439d6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -48,8 +48,8 @@
- {% set section = get_section(path="_index.md") %} - {% for p in section.subsections %} + {% set section_ = get_section(path="_index.md") %} + {% for p in section_.subsections %} {% set subsection = get_section(path=p) %}