X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/1fdde95a5a169ad2240460b1d3f25bae606527f5..b115955d71c50cd2d0065c45f3df6b02fa4730bd:/ui-shared.c?ds=sidebyside 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()