From f92ba7ea854f826816cdbf94bc2afa4104669961 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 40825cb..8a76c84 100644 --- a/cgit.c +++ b/cgit.c @@ -378,7 +378,7 @@ static void prepare_context(void) ctx.cfg.commit_sort = 0; ctx.cfg.css = "/cgit.css"; 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.4.1