mirror of
https://git.zx2c4.com/cgit
synced 2025-06-27 20:18:56 +02:00
Add config param 'index-info'
This parameter will be used to include a html file in the upcoming sidebar on the index page. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
fc5880fab8
commit
10ac7ad1f3
2 changed files with 4 additions and 0 deletions
1
cgit.h
1
cgit.h
|
@ -124,6 +124,7 @@ extern char *cgit_root_title;
|
|||
extern char *cgit_css;
|
||||
extern char *cgit_logo;
|
||||
extern char *cgit_index_header;
|
||||
extern char *cgit_index_info;
|
||||
extern char *cgit_logo_link;
|
||||
extern char *cgit_module_link;
|
||||
extern char *cgit_agefile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue