diff --git a/templates/page.html b/templates/page.html index d5516c8..272228b 100644 --- a/templates/page.html +++ b/templates/page.html @@ -29,39 +29,39 @@ {% for h2 in toc %} {% if h2.children %} {% for h3 in h2.children %} - {{ h2.title }} + {{ h2.title }} {% endfor %} {% endif %} {% endfor %}