We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2096aa commit 0670c93Copy full SHA for 0670c93
config.toml
@@ -146,22 +146,28 @@ pluralizelisttitles = false
146
weight = 5
147
parent = "menu.pubs"
148
149
+[[menu.main]]
150
+ name = "Dissertations"
151
+ url = "/dissertations"
152
+ weight = 6
153
+ parent = "menu.pubs"
154
+
155
[[menu.main]]
156
name = "Impact Projects"
157
url = "/impact/impact"
- weight = 6
158
+ weight = 7
159
160
161
162
name = "Resources"
163
url = "/resources/resources"
- weight = 7
164
+ weight = 8
165
166
167
168
name = "Improving Paper and Peer Review Quality"
169
url = "/resources/improve"
- weight = 8
170
+ weight = 9
171
172
173
0 commit comments