We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f23467 commit 2337077Copy full SHA for 2337077
config/_default/menus.yaml
@@ -4,21 +4,21 @@
4
# The weight parameter defines the order that the links will appear in.
5
6
main:
7
- - name: Tour
8
- url: tour
9
- weight: 10
+ # - name: Tour
+ # url: tour
+ # weight: 10
10
- name: News
11
url: post
12
weight: 20
13
- name: People
14
url: people
15
weight: 30
16
- - name: Events
17
- url: event
18
- weight: 40
19
- name: Publications
20
url: publication
21
weight: 50
+ - name: Events
+ url: event
+ weight: 40
22
- name: Contact
23
url: contact
24
weight: 60
0 commit comments