Skip to content

Commit 7d26385

Browse files
authored
Add Bluesky menu entry with profile link
1 parent 6654074 commit 7d26385

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config/_default/menus.en.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,12 @@ weight = 100
3131
icon = "github"
3232
showName = false
3333
target = "_blank"
34+
35+
[[main]]
36+
name = "Bluesky"
37+
url = "https://bsky.app/profile/massi.pippi.im"
38+
weight = 110
39+
[main.params]
40+
icon = "bluesky"
41+
showName = false
42+
target = "_blank"

0 commit comments

Comments
 (0)