fix width of sidebar icons

This commit is contained in:
geekifan
2025-04-27 10:52:34 +08:00
parent ac0957bbc8
commit f3f00934a7
2 changed files with 6 additions and 6 deletions

View File

@ -40,31 +40,31 @@ path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
name = "Home"
url = "/"
weight = 10
pre = "fa-solid fa-house"
pre = "fa-house"
[[menu.main]]
name = "Categories"
url = "/categories/"
weight = 20
pre = "fa-solid fa-stream"
pre = "fa-stream"
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 30
pre = "fa-solid fa-tags"
pre = "fa-tags"
[[menu.main]]
name = "Archives"
url = "/archives/"
weight = 40
pre = "fa-solid fa-archive"
pre = "fa-archive"
[[menu.main]]
name = "About"
url = "/about/"
weight = 50
pre = "fa-solid fa-info-circle"
pre = "fa-info-circle"
[params]
theme_version = "5.2.0"