Compare commits

...

3 commits

View file

@ -937,7 +937,7 @@ IMAGE_FOLDERS = {'images': 'images'}
# 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 = (
("icon", "/images/favicon.ico", "16x16"), ("icon", "../../images/favicon.ico", "16x16"),
) )
# Show teasers (instead of full posts) in indexes? Defaults to False. # Show teasers (instead of full posts) in indexes? Defaults to False.