mirror of
https://git.zx2c4.com/cgit
synced 2025-08-04 10:04:32 +02:00
Add support for "readme" option
The value of this option is used as the default value for repo.readme. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
6d7552bc07
commit
515edb0da3
6 changed files with 43 additions and 24 deletions
1
cgit.h
1
cgit.h
|
@ -168,6 +168,7 @@ struct cgit_config {
|
|||
char *logo_link;
|
||||
char *module_link;
|
||||
char *project_list;
|
||||
char *readme;
|
||||
char *robots;
|
||||
char *root_title;
|
||||
char *root_desc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue