Compare commits
3 Commits
main
...
092ce92237
Author | SHA1 | Date | |
---|---|---|---|
092ce92237 | |||
5a3e9f10df | |||
71989afb05 |
Binary file not shown.
BIN
content/assets/favicon-180x180.png
Normal file
BIN
content/assets/favicon-180x180.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
content/assets/favicon-192x192.png
Normal file
BIN
content/assets/favicon-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
content/assets/favicon-270x270.png
Normal file
BIN
content/assets/favicon-270x270.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
content/assets/favicon-32x32.png
Normal file
BIN
content/assets/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
12
hugo.toml
12
hugo.toml
@ -38,15 +38,15 @@ showtoc = false
|
|||||||
tocopen = false
|
tocopen = false
|
||||||
|
|
||||||
[params.assets]
|
[params.assets]
|
||||||
favicon = "<link / abs url>"
|
favicon = "/assets/favicon-270x270x.png"
|
||||||
favicon16x16 = "<link / abs url>"
|
favicon16x16 = "/assets/favicon-32x32x.png"
|
||||||
favicon32x32 = "<link / abs url>"
|
favicon32x32 = "/assets/favicon-32x32x.png"
|
||||||
apple_touch_icon = "<link / abs url>"
|
apple_touch_icon = "/assets/favicon-180x180.png"
|
||||||
safari_pinned_tab = "<link / abs url>"
|
safari_pinned_tab = "/assets/favicon-180x180.png"
|
||||||
|
|
||||||
[params.label]
|
[params.label]
|
||||||
text = "Home"
|
text = "Home"
|
||||||
icon = "/apple-touch-icon.png"
|
icon = "/assets/favicon-180x180.png"
|
||||||
iconHeight = 35
|
iconHeight = 35
|
||||||
|
|
||||||
[params.profileMode]
|
[params.profileMode]
|
||||||
|
Reference in New Issue
Block a user