From 6b2c5b57ec0ab11d1b6f8a568af6845a67ba8893 Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Thu, 18 Aug 2016 14:20:58 -0400 Subject: [PATCH] Fixed favicon not showing up --- conf.py | 2 +- {images => files}/favicon.ico | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename {images => files}/favicon.ico (100%) diff --git a/conf.py b/conf.py index a1720c6..219055e 100644 --- a/conf.py +++ b/conf.py @@ -799,7 +799,7 @@ INDEXES_STATIC = False # Used to create favicon link like this: # FAVICONS = ( - ("favicon", "images/favicon.ico", "16x16"), + ("favicon", "/favicon.ico", "16x16"), ("favicon1", "icon_128x128.png", "128x128"), ) diff --git a/images/favicon.ico b/files/favicon.ico similarity index 100% rename from images/favicon.ico rename to files/favicon.ico