Added favicons
This commit is contained in:
12
hugo.toml
12
hugo.toml
@ -38,15 +38,15 @@ showtoc = false
|
||||
tocopen = false
|
||||
|
||||
[params.assets]
|
||||
favicon = "<link / abs url>"
|
||||
favicon16x16 = "<link / abs url>"
|
||||
favicon32x32 = "<link / abs url>"
|
||||
apple_touch_icon = "<link / abs url>"
|
||||
safari_pinned_tab = "<link / abs url>"
|
||||
favicon = "/assets/favicon-270x270x.png"
|
||||
favicon16x16 = "/assets/favicon-32x32x.png"
|
||||
favicon32x32 = "/assets/favicon-32x32x.png"
|
||||
apple_touch_icon = "/assets/favicon-180x180.png"
|
||||
safari_pinned_tab = "/assets/favicon-180x180.png"
|
||||
|
||||
[params.label]
|
||||
text = "Home"
|
||||
icon = "/apple-touch-icon.png"
|
||||
icon = "/assets/favicon-180x180.png"
|
||||
iconHeight = 35
|
||||
|
||||
[params.profileMode]
|
||||
|
Reference in New Issue
Block a user