Lien a propos direct, ordre section, mini erreur dans marche.py
This commit is contained in:
+3
-1
@@ -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",
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user