From bc736fe6dacbbe7987ce16eddca5d9afb3bfa0f9 Mon Sep 17 00:00:00 2001 From: June Hardy Date: Tue, 27 Apr 2021 10:07:35 +0200 Subject: [PATCH] remove a target --- templates/page.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 %}