Skip to content

Commit

Permalink
fixed header order
Browse files Browse the repository at this point in the history
  • Loading branch information
kaliban2056 committed Aug 7, 2024
1 parent 378bdd7 commit abaa02c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ SiteVerificationTag = "XYZabc"
keys = [ "title", "permalink", "summary", "content" ]

[[menu.main]]
identifier = "tags"
name = "tags"
url = "/tags/"
identifier = "archives"
name = "archives"
url = "/archives/"
weight = 10

[[menu.main]]
Expand All @@ -125,15 +125,15 @@ url = "/projects/"
weight = 20

[[menu.main]]
identifier = "about"
name = "about"
url = "/about/"
identifier = "tags"
name = "tags"
url = "/tags/"
weight = 30

[[menu.main]]
identifier = "archives"
name = "archives"
url = "/archives/"
identifier = "about"
name = "about"
url = "/about/"
weight = 40

[markup.highlight]
Expand Down

0 comments on commit abaa02c

Please sign in to comment.