From c766bea4f5e5ac9d5295569818ca2fe5b13cfa64 Mon Sep 17 00:00:00 2001 From: roughnecks Date: Tue, 4 Jun 2024 13:33:33 +0200 Subject: [PATCH] fixed path for favicon.ico --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.