favicon 16x16

This commit is contained in:
Simone 2024-06-04 05:21:00 +02:00
parent 5ab74a1ce0
commit 87a6f46e56

View file

@ -936,10 +936,9 @@ IMAGE_FOLDERS = {'images': 'images'}
# FAVICONS contains (name, file, size) tuples. # FAVICONS contains (name, file, size) tuples.
# 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", "/favicon.ico", "16x16"), ("icon", "/images/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.
# INDEX_TEASERS = False # INDEX_TEASERS = False