fixed path for favicon.ico

This commit is contained in:
Simone 2024-06-04 13:33:33 +02:00
parent cd96078d94
commit c766bea4f5

View file

@ -937,7 +937,7 @@ IMAGE_FOLDERS = {'images': 'images'}
# Used to create favicon link like this:
# <link rel="name" href="file" sizes="size"/>
FAVICONS = (
("icon", "/images/favicon.ico", "16x16"),
("icon", "../../images/favicon.ico", "16x16"),
)
# Show teasers (instead of full posts) in indexes? Defaults to False.