diff --git a/conf.py b/conf.py index 2fd413d..64ede40 100644 --- a/conf.py +++ b/conf.py @@ -948,6 +948,7 @@ IMAGE_FOLDERS = {'images': 'images'} # FAVICONS = ( ("icon", "/favicon.ico", "16x16"), + ("icon", "/icon_128x128.png", "128x128"), ) # Show teasers (instead of full posts) in indexes? Defaults to False. diff --git a/files/icon_128x128.png b/files/icon_128x128.png new file mode 100644 index 0000000..d833dd0 Binary files /dev/null and b/files/icon_128x128.png differ