Skip to content

Commit 1606ce0

Browse files
authored
Merge pull request #161 from pyladies/about-menu-updates
About menu updates
2 parents d1f6998 + 983b879 commit 1606ce0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

hugo.toml

+11-11
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,31 @@ weight = 10
1212

1313
[[menus.main]]
1414
name = 'About'
15-
pageRef = '/about'
1615
weight = 20
1716

1817
[[menus.main]]
19-
name = 'Code of Conduct'
20-
pageRef = '/about/#code-of-conduct'
18+
name = 'About PyLadiesCon'
19+
pageRef = '/about'
2120
parent = 'About'
2221
weight = 21
2322

23+
[[menus.main]]
24+
name = 'Code of Conduct'
25+
URL = '/about/#code-of-conduct'
26+
parent = 'About'
27+
weight = 22
28+
2429
[[menus.main]]
2530
name = 'Volunteer'
2631
pageRef = '/volunteer'
2732
parent = 'About'
28-
weight = 22
33+
weight = 23
2934

3035
[[menus.main]]
3136
name = 'Assets'
3237
pageRef = '/assets'
3338
parent = 'About'
34-
weight = 23
35-
36-
#[[menus.main]]
37-
#name = 'Speaking'
38-
#url = 'https://pretalx.com/pyladiescon-2024/cfp'
39-
#weight = 40
39+
weight = 24
4040

4141
[[menus.main]]
4242
name = 'Speakers'
@@ -56,7 +56,7 @@ weight = 50
5656
[[menus.main]]
5757
name = 'News'
5858
pageRef = '/news'
59-
weight = 50
59+
weight = 60
6060

6161

6262
[markup]

0 commit comments

Comments
 (0)