X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/d6174b7aab476c2b6a86e59d98cf978d603045f4..011f2e9bdddcbfe65da397629bca87d167313a28:/ui-shared.c?ds=inline diff --git a/ui-shared.c b/ui-shared.c index 4f28512..40060ba 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() @@ -609,14 +611,17 @@ void cgit_print_pageheader(struct cgit_context *ctx) html("| "); if (ctx->repo) { |