mirror of
https://git.zx2c4.com/cgit
synced 2025-08-02 00:54:36 +02:00
Add head-include configuration option.
This patch adds an option to the configuration file, "head-include", which works just like "header" or "footer", except the content is put into the HTML's <head> tag.
This commit is contained in:
parent
45e7fcecc1
commit
b5a3a20496
3 changed files with 6 additions and 1 deletions
1
cgit.h
1
cgit.h
|
@ -136,6 +136,7 @@ struct cgit_config {
|
|||
char *css;
|
||||
char *favicon;
|
||||
char *footer;
|
||||
char *head_include;
|
||||
char *header;
|
||||
char *index_header;
|
||||
char *index_info;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue