Skip to content

Commit

Permalink
chore (menu): change menu settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemon73-Computing committed Oct 5, 2024
1 parent d97d1b9 commit d42df5e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/_default/menu.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Configure main menu and social menu
#[[main]]
#identifier = "home"
#name = "Home"
#url = "/"
#[main.params]
#icon = "home"
#newtab = true
[[main]]
identifier = "home"
name = "Home"
url = "/"
[main.params]
icon = "home"
newtab = true

[[social]]
identifier = "github"
Expand All @@ -26,7 +26,7 @@ icon = "brand-github"
[[social]]
identifier = "rss"
name = "RSS"
url = "/index.xml"
url = "/ja/index.xml"

[social.params]
icon = "rss"

0 comments on commit d42df5e

Please sign in to comment.