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