From 5bbe8e2482d159a9f2b95af9a44960bed54c4f72 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 22 Sep 2021 15:40:24 +0000 Subject: Remove default favicon I do not like these things. --- cgit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgit.c') diff --git a/cgit.c b/cgit.c index b8e64b7..413ac4c 100644 --- a/cgit.c +++ b/cgit.c @@ -383,7 +383,7 @@ static void prepare_context(void) ctx.cfg.branch_sort = 0; ctx.cfg.commit_sort = 0; ctx.cfg.logo = "/cgit.png"; - ctx.cfg.favicon = "/favicon.ico"; + ctx.cfg.favicon = NULL; ctx.cfg.local_time = 0; ctx.cfg.enable_http_clone = 1; ctx.cfg.enable_index_owner = 1; -- cgit 1.5.1