diff options
Diffstat (limited to 'ui-shared.c')
-rw-r--r-- | ui-shared.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) | |||
500 | } | 500 | } |
501 | html("</head>\n"); | 501 | html("</head>\n"); |
502 | html("<body>\n"); | 502 | html("<body>\n"); |
503 | if (ctx->cfg.header) | ||
504 | html_include(ctx->cfg.header); | ||
503 | } | 505 | } |
504 | 506 | ||
505 | void cgit_print_docend() | 507 | void cgit_print_docend() |