X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/a61871a18ffa9fc28e7ab0950415404350c8c857..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) { |