diff --git a/conf.py b/conf.py index afa9dff..a78b1f2 100644 --- a/conf.py +++ b/conf.py @@ -936,10 +936,9 @@ IMAGE_FOLDERS = {'images': 'images'} # FAVICONS contains (name, file, size) tuples. # Used to create favicon link like this: # -# FAVICONS = ( -# ("icon", "/favicon.ico", "16x16"), -# ("icon", "/icon_128x128.png", "128x128"), -# ) +FAVICONS = ( + ("icon", "/images/favicon.ico", "16x16"), +) # Show teasers (instead of full posts) in indexes? Defaults to False. # INDEX_TEASERS = False