Remove icon_128x128.png favicon, missing

This commit is contained in:
Remi Rampin 2020-05-05 00:07:05 -04:00
parent b3b233967d
commit a4d3edcc88
1 changed files with 0 additions and 1 deletions

View File

@ -782,7 +782,6 @@ 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.