From fdd80f29108dee541941de2a3218ac7950c15462 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 26 Aug 2022 15:08:52 +0200 Subject: Petites corrections d'apparence --- templates/_nav.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/_nav.html b/templates/_nav.html index 9b76c96..e353681 100644 --- a/templates/_nav.html +++ b/templates/_nav.html @@ -9,15 +9,17 @@
{% if p.subsections or p.pages %} {% if p.path == current.path %} - {{ p.title }} + {{ p.title }} {% elif hierarchy is containing(s) %} - ⯆ {{ p.title }} + ‣ {{ p.title }} {% else %} - ⯈ {{ p.title }} + ‣ {{ p.title }} {% endif %} {% if hierarchy is containing(s) or current.path == p.path %} {% if level + 1 < maxlevel %} - {{ nav::navsection(hierarchy=hierarchy,level=level + 1,current=current) }} + {% endif %} {% endif %} {% else %} -- cgit v1.2.3