about summary refs log tree commit diff
path: root/cgit.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-22 15:40:24 +0000
committerRory& <root@rory.gay>2026-02-06 14:09:56 +0100
commit5bbe8e2482d159a9f2b95af9a44960bed54c4f72 (patch)
treef03b2e68d23fbd59af001f178ab8fbf3c22fb02e /cgit.c
parentShow about path in page title (diff)
downloadcgit-magenta-5bbe8e2482d159a9f2b95af9a44960bed54c4f72.tar.xz
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 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;