From 87a6f46e5672f98020c9258d0ea8e3c77538abed Mon Sep 17 00:00:00 2001 From: roughnecks Date: Tue, 4 Jun 2024 05:21:00 +0200 Subject: [PATCH] favicon 16x16 --- conf.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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