Skip to content

Commit

Permalink
Remove tags from links list
Browse files Browse the repository at this point in the history
  • Loading branch information
major committed Feb 22, 2024
1 parent 444acfe commit 43c680a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@
# ordered by weight from lowest to highest.

[[main]]
name = "Posts"
pageRef = "posts"
weight = 10
name = "Posts"
pageRef = "posts"
weight = 10

[[main]]
name = "Tags"
pageRef = "tags"
weight = 20
# [[main]]
# name = "Tags"
# pageRef = "tags"
# weight = 20

[[main]]
name = "CV"
pageRef = "cv"
weight = 40
name = "CV"
pageRef = "cv"
weight = 40

[[main]]
identifier = "appearance"
weight = 99
[main.params]
action = "appearance"
# icon = "appearance"
identifier = "appearance"
weight = 99
[main.params]
action = "appearance"
# icon = "appearance"


# -- Footer Menu --
Expand Down

0 comments on commit 43c680a

Please sign in to comment.