Fixed favicon not showing up

This commit is contained in:
Vicky Steeves 2016-08-18 14:20:58 -04:00
parent 471aa90fd1
commit 6b2c5b57ec
2 changed files with 1 additions and 1 deletions

View File

@ -799,7 +799,7 @@ INDEXES_STATIC = False
# Used to create favicon link like this:
# <link rel="name" href="file" sizes="size"/>
FAVICONS = (
("favicon", "images/favicon.ico", "16x16"),
("favicon", "/favicon.ico", "16x16"),
("favicon1", "icon_128x128.png", "128x128"),
)

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB