Skip to content

Commit 7ebea15

Browse files
committed
add a new top menu item research
1 parent 88eb3b8 commit 7ebea15

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

config/_default/menus.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# desired widget in your `content/home/` folder.
44
# The weight parameter defines the order that the links will appear in.
55

6+
7+
68
main:
79
- name: Bio
810
url: /
@@ -22,3 +24,6 @@ main:
2224
- name: Uses
2325
url: uses/
2426
weight: 40
27+
- name: Research
28+
url: /research
29+
weight: 11

content/research/_index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Research
3+
cms_exclude: true
4+
5+
# View.
6+
view: citation
7+
8+
# Optional header image (relative to `static/media/` folder).
9+
banner:
10+
caption: ''
11+
image: ''
12+
---
13+
14+
This is a trial text

0 commit comments

Comments
 (0)