Skip to content

Commit

Permalink
feat(menu) use target _blank feature for menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleusb committed May 16, 2023
1 parent 1e3f030 commit ac81d64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,18 @@ languages:
- identifier: "photobook"
name: "photobook"
url: "https://photo.eagleusb.com"
params:
newTab: true
- identifier: "blog"
name: "blog"
url: "https://write.as/grumpycat"
params:
newTab: true
- identifier: "contact"
name: "ping me"
url: "/ping"
- identifier: "resume"
name: "resume"
url: "/assets/resume-lad.pdf"
params:
newTab: true

0 comments on commit ac81d64

Please sign in to comment.