diff --git a/templates/page.html b/templates/page.html index c0e9977..857416c 100644 --- a/templates/page.html +++ b/templates/page.html @@ -15,7 +15,7 @@ {% set global_section = get_section(path="_index.md") %} {% for s in global_section.subsections %} {% set subsection = get_section(path=s) %} -
  • +
  • {{ subsection.title }}
  • {% endfor %}