Fixed favicon not showing up
This commit is contained in:
parent
471aa90fd1
commit
6b2c5b57ec
2
conf.py
2
conf.py
|
@ -799,7 +799,7 @@ INDEXES_STATIC = False
|
||||||
# Used to create favicon link like this:
|
# Used to create favicon link like this:
|
||||||
# <link rel="name" href="file" sizes="size"/>
|
# <link rel="name" href="file" sizes="size"/>
|
||||||
FAVICONS = (
|
FAVICONS = (
|
||||||
("favicon", "images/favicon.ico", "16x16"),
|
("favicon", "/favicon.ico", "16x16"),
|
||||||
("favicon1", "icon_128x128.png", "128x128"),
|
("favicon1", "icon_128x128.png", "128x128"),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue