From 1eb43122ca67f82d8983821ea705318e29c5e91e Mon Sep 17 00:00:00 2001 From: June Hardy Date: Tue, 27 Apr 2021 10:06:41 +0200 Subject: [PATCH] Remove a target --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}