favicon-fix-attempt-2 #1

Closed
roughnecks wants to merge 4 commits from favicon-fix-attempt into main
Showing only changes of commit 777ecbca1e - Show all commits

View file

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