Skip to content

Commit ca50b72

Browse files
committed
Add top menu entries
1 parent faf4ae4 commit ca50b72

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

config/_default/menu.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
main:
2-
identifier: "about"
3-
name: "About"
4-
url: "/about"
5-
weight: 10
2+
- identifier: "about"
3+
name: "About"
4+
url: "/about"
5+
weight: 10
6+
- identifier: "posts"
7+
name: "Posts"
8+
url: "/posts/"
9+
weight: 10

0 commit comments

Comments
 (0)