]> granicus.if.org Git - cgit/commitdiff
use favicon by default
authorChristian Hesse <mail@eworm.de>
Mon, 22 Jul 2013 06:56:50 +0000 (08:56 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 12 Aug 2013 18:44:44 +0000 (12:44 -0600)
cgit.c
cgitrc.5.txt

diff --git a/cgit.c b/cgit.c
index f0a9acfb4fcd25ff46a98bb9a8471358cea20f85..950b87834e81fdc5bb2210a6964499811b642096 100644 (file)
--- a/cgit.c
+++ b/cgit.c
@@ -363,6 +363,7 @@ static void prepare_context(struct cgit_context *ctx)
        ctx->cfg.commit_sort = 0;
        ctx->cfg.css = "/cgit.css";
        ctx->cfg.logo = "/cgit.png";
+       ctx->cfg.favicon = "/favicon.ico";
        ctx->cfg.local_time = 0;
        ctx->cfg.enable_http_clone = 1;
        ctx->cfg.enable_index_owner = 1;
index b072467cb2595b39284b10c84b4b086010d59262..b4603ef2287c204939fd184bd62d56532e963086 100644 (file)
@@ -172,9 +172,9 @@ enable-git-config::
        scan-path, section-from-path.
 
 favicon::
-       Url used as link to a shortcut icon for cgit. If specified, it is
-       suggested to use the value "/favicon.ico" since certain browsers will
-       ignore other values. Default value: none.
+       Url used as link to a shortcut icon for cgit. It is suggested to use
+       the value "/favicon.ico" since certain browsers will ignore other
+       values. Default value: "/favicon.ico".
 
 footer::
        The content of the file specified with this option will be included