mirror of
https://git.zx2c4.com/cgit
synced 2025-07-14 12:14:31 +02:00
Add a favicon option to cgitrc
This option is used to specify a shortcut icon on all cgit pages. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
de5e928171
commit
502865a5ec
4 changed files with 10 additions and 0 deletions
1
cgit.h
1
cgit.h
|
@ -125,6 +125,7 @@ struct cgit_config {
|
|||
char *cache_root;
|
||||
char *clone_prefix;
|
||||
char *css;
|
||||
char *favicon;
|
||||
char *footer;
|
||||
char *index_header;
|
||||
char *index_info;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue