From a4d3edcc8856158df9aaa5f38e8c3ade70f2e08d Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Tue, 5 May 2020 00:07:05 -0400 Subject: [PATCH] Remove icon_128x128.png favicon, missing --- conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conf.py b/conf.py index 43d0b85..e5c8284 100644 --- a/conf.py +++ b/conf.py @@ -782,7 +782,6 @@ 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.