Skip to content

Commit 530df02

Browse files
authored
Fix About to properly display About/pages (#10)
* create about page * urlpaths * navigation * add \about\ to navigation
1 parent 218978b commit 530df02

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

_data/navigation.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
- name: Team
2-
link: /team/
3-
- name: Contact
4-
link: /contact/
5-
- name: Funding
6-
link: /funding/
1+
- name: About
2+
links:
3+
- name: Team
4+
link: /about/team/
5+
- name: Contact
6+
link: /about/contact/
7+
- name: Funding
8+
link: /about/funding/
79

810
- name: Publications
911
link: /publications/

0 commit comments

Comments
 (0)