Added 128x icon configuration

This commit is contained in:
Simone 2024-10-13 20:37:47 +02:00
parent 7997ad27d8
commit 777ecbca1e

View file

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