diff options
author | June McEnroe <june@causal.agency> | 2021-09-22 15:40:24 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-22 15:40:24 +0000 |
commit | b66b864a89e0a956e9d5d8909ccb3084df3c273e (patch) | |
tree | 5b9648e95d0c353efc1e9f3085b87064f5790035 /www/git.causal.agency/cgit/cgit.c | |
parent | Use Z_FILTERED strategy (diff) | |
download | src-b66b864a89e0a956e9d5d8909ccb3084df3c273e.tar.gz src-b66b864a89e0a956e9d5d8909ccb3084df3c273e.zip |
Remove default favicon
I hate these things and also this one sucks.
Diffstat (limited to '')
-rw-r--r-- | www/git.causal.agency/cgit/cgit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/git.causal.agency/cgit/cgit.c b/www/git.causal.agency/cgit/cgit.c index a86970de..642cac77 100644 --- a/www/git.causal.agency/cgit/cgit.c +++ b/www/git.causal.agency/cgit/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; |