Skip to content

Commit

Permalink
fix(nav): add link to home (#79)
Browse files Browse the repository at this point in the history
add home menu
  • Loading branch information
vivganes authored May 4, 2024
1 parent 5e1a01b commit 74bbeda
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions _data/menus.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
main:
- name: "Home"
url: "/"
weight: 1
- name: "Philosophy"
url: "/about/"
weight: 1
weight: 2
- name: "Pieces"
url: "/pieces/"
weight: 2
weight: 3
# - name: "People"
# url: "/team/"
# weight: 3
Expand Down

0 comments on commit 74bbeda

Please sign in to comment.