Skip to content

Commit

Permalink
Update config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pbedn committed Apr 24, 2024
1 parent 8a3d9ce commit f8d81fe
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,21 @@ weight = 1
weight = 3
identifier = "about"
url = "/about/"
[[menu.main]]
name = "Projects"
pre = "<i class='fa fa-cog fa-fw'></i>"
weight = 4
identifier = "projects"
url = "/projects/"
[[menu.main]]
name = "Books"
pre = "<i class='fa fa-book fa-fw'></i>"
weight = 4
weight = 5
identifier = "books"
url = "/books/"
[[menu.main]]
name = "Links"
pre = "<i class='fa fa-link fa-fw'></i>"
weight = 5
pre = "<i class='fa fa-external-link fa-fw'></i>"
weight = 6
identifier = "links"
url = "/links/"

0 comments on commit f8d81fe

Please sign in to comment.