X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/1fdde95a5a169ad2240460b1d3f25bae606527f5..0b3c746ba80738dbe0885a21406409390936537c:/ui-shared.c diff --git a/ui-shared.c b/ui-shared.c index 4f28512..de77bbf 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -500,6 +500,8 @@ void cgit_print_docstart(struct cgit_context *ctx) } html("\n"); html("\n"); + if (ctx->cfg.header) + html_include(ctx->cfg.header); } void cgit_print_docend()