Merge branch 'roughnecks-fix-favicon-images-path'

This commit is contained in:
Schimon Jehudah, Adv. 2024-06-04 15:02:01 +03:00
commit 372eb54215

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.