Lien a propos direct, ordre section, mini erreur dans marche.py

This commit is contained in:
Colin Maudry
2026-06-26 15:46:10 +02:00
parent b25150faa3
commit 57dd4d22eb
3 changed files with 8 additions and 5 deletions
+3 -1
View File
@@ -177,7 +177,9 @@ navbar = dbc.Navbar(
dbc.NavItem(
dbc.NavLink(
page["name"].replace(" ", " "),
href=page["relative_path"],
href=page["relative_path"] + "/presentation"
if page["name"] == "À propos"
else page["relative_path"],
active="exact",
)
)