From 953a3593f90377a806b05407834aa3056a85dc0e Mon Sep 17 00:00:00 2001 From: ADRN Date: Sun, 8 Dec 2024 15:16:03 +0100 Subject: feat(nav): soulignage de la section active dans la topbar --- templates/page.html | 5 ----- 1 file changed, 5 deletions(-) (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html index 61e8811..a3a03dc 100644 --- a/templates/page.html +++ b/templates/page.html @@ -3,11 +3,6 @@ {% block title %}{{ page.title }} | {{ super() }} {% endblock title %} -{% block header %} -
- {{ macros::render_header() }} -
-{% endblock header %} {% block content %}
{{ page.description }}
-- cgit v1.2.3