diff --git a/conf.py b/conf.py index a78b1f2..73904dc 100644 --- a/conf.py +++ b/conf.py @@ -937,7 +937,7 @@ IMAGE_FOLDERS = {'images': 'images'} # Used to create favicon link like this: # FAVICONS = ( - ("icon", "/images/favicon.ico", "16x16"), + ("icon", "../../images/favicon.ico", "16x16"), ) # Show teasers (instead of full posts) in indexes? Defaults to False.