Skip to content

Commit 42f2d1d

Browse files
authored
Add Event Awards link to OBF menu
I was surprised to see that the OBF main menu doesn't include Event Awards - shouldn't it? (Didn't it, at some point?) So I added it, but I don't fully understand how the weights are used, and particularly how menu items are ordered if they lack weights (as some of them do). So this PR may need some tweaking.
1 parent 80d93c1 commit 42f2d1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hugo.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ menu:
6464
- name: 'Get Involved'
6565
parent: 'about'
6666
url: 'get-involved'
67+
weight: 5
68+
- name: 'OBF Event Awards"
69+
parent: 'about'
70+
url: /event-awards/
71+
weight: 4
6772
- name: 'Diversity, Equity & Inclusion'
6873
parent: 'about'
6974
url: '/obf-dei/'

0 commit comments

Comments
 (0)