diff options
author | June McEnroe <june@causal.agency> | 2021-09-22 15:40:24 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-02-13 12:18:51 -0500 |
commit | f92ba7ea854f826816cdbf94bc2afa4104669961 (patch) | |
tree | 829cc3def950d168672e9eb604c6297b6eb2acce /cgit.c | |
parent | Show about path in page title (diff) | |
download | cgit-pink-f92ba7ea854f826816cdbf94bc2afa4104669961.tar.gz cgit-pink-f92ba7ea854f826816cdbf94bc2afa4104669961.zip |
Remove default favicon
I do not like these things.
Diffstat (limited to 'cgit.c')
-rw-r--r-- | cgit.c | 2 |
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) 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; |