Skip to content

Commit

Permalink
Add Feather icons to exampleSite menu (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesericdavidson committed Aug 4, 2022
1 parent 0892cd8 commit 7075a53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,25 @@ pygmentsStyle = "monokai"
[menu]
[[menu.main]]
name = "Home"
pre = "<span data-feather='home'></span>"
url = "/"
weight = 1

[[menu.main]]
name = "Posts"
pre = "<span data-feather='book'></span>"
url = "/posts/"
weight = 2

[[menu.main]]
name = "Projects"
pre = "<span data-feather='code'></span>"
url = "/projects/"
weight = 3

[[menu.main]]
name = "Tags"
pre = "<span data-feather='tag'></span>"
url = "/tags/"
weight = 4

Expand Down

0 comments on commit 7075a53

Please sign in to comment.