Skip to content

Commit 9a4b1a2

Browse files
added /equipe/ page link at footer and /a-propos/
1 parent 1ba6dce commit 9a4b1a2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

config.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,20 +79,24 @@ baseURL = 'https://cedille.etsmtl.ca'
7979
weight = 1
8080
[[params.footer.menu]]
8181
name = "À propos"
82-
url = "/equipe/"
82+
url = "/a-propos/"
8383
weight = 2
8484
[[params.footer.menu]]
85+
name = "Équipe"
86+
url = "/equipe/"
87+
weight = 3
88+
[[params.footer.menu]]
8589
name = "Nos projets"
8690
url = "/projets/"
87-
weight = 3
91+
weight = 4
8892
[[params.footer.menu]]
8993
name = "Partenaires"
9094
url = "/partenaires/"
91-
weight = 4
95+
weight = 5
9296
[[params.footer.menu]]
9397
name = "Contact"
9498
url = "/contact/"
95-
weight = 5
99+
weight = 6
96100

97101
[[params.footer.social]]
98102
icon = "fab fa-facebook-f"

0 commit comments

Comments
 (0)