all repos — cgit @ 830eb6f6ff9e6dded2bfae99d7cb46f049790470

a hyperfast web frontend for git written in c

use favicon by default
Christian Hesse mail@eworm.de
Mon, 22 Jul 2013 08:56:50 +0200
commit

830eb6f6ff9e6dded2bfae99d7cb46f049790470

parent

52c926cadbff5fd0aaf00ebd79619112aba46182

2 files changed, 4 insertions(+), 3 deletions(-)

jump to
M cgit.ccgit.c

@@ -363,6 +363,7 @@ ctx->cfg.branch_sort = 0;

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;
M cgitrc.5.txtcgitrc.5.txt

@@ -172,9 +172,9 @@ to the corresponding "repo." key in cgit. Default value: "0". See also:

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