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:
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;
|
||||
|
Reference in New Issue
Block a user