about summary refs log tree commit diff stats
path: root/cgit.c
diff options
context:
space:
mode:
authorJune McEnroe2021-09-22 15:40:24 +0000
committerJune McEnroe2022-02-13 12:18:51 -0500
commitf92ba7ea854f826816cdbf94bc2afa4104669961 (patch)
tree829cc3def950d168672e9eb604c6297b6eb2acce /cgit.c
parentShow about path in page title (diff)
downloadcgit-f92ba7ea854f826816cdbf94bc2afa4104669961.tar.gz
cgit-f92ba7ea854f826816cdbf94bc2afa4104669961.zip
Remove default favicon
I do not like these things.
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c2
1 files changed, 1 insertions, 1 deletions
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)
378 ctx.cfg.commit_sort = 0; 378 ctx.cfg.commit_sort = 0;
379 ctx.cfg.css = "/cgit.css"; 379 ctx.cfg.css = "/cgit.css";
380 ctx.cfg.logo = "/cgit.png"; 380 ctx.cfg.logo = "/cgit.png";
381 ctx.cfg.favicon = "/favicon.ico"; 381 ctx.cfg.favicon = NULL;
382 ctx.cfg.local_time = 0; 382 ctx.cfg.local_time = 0;
383 ctx.cfg.enable_http_clone = 1; 383 ctx.cfg.enable_http_clone = 1;
384 ctx.cfg.enable_index_owner = 1; 384 ctx.cfg.enable_index_owner = 1;