mirror of
https://git.zx2c4.com/cgit
synced 2025-08-31 15:09:42 +02:00
Add support for a custom header
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
a61871a18f
commit
b115955d71
4 changed files with 9 additions and 0 deletions
|
@ -500,6 +500,8 @@ void cgit_print_docstart(struct cgit_context *ctx)
|
|||
}
|
||||
html("</head>\n");
|
||||
html("<body>\n");
|
||||
if (ctx->cfg.header)
|
||||
html_include(ctx->cfg.header);
|
||||
}
|
||||
|
||||
void cgit_print_docend()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue