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 a63dcb0..9a2e382 100644 --- a/ui-shared.c +++ b/ui-shared.c | |||
@@ -775,6 +775,8 @@ void cgit_print_docstart(void) | |||
775 | cgit_add_clone_urls(print_rel_vcs_link); | 775 | cgit_add_clone_urls(print_rel_vcs_link); |
776 | if (ctx.cfg.head_include) | 776 | if (ctx.cfg.head_include) |
777 | html_include(ctx.cfg.head_include); | 777 | html_include(ctx.cfg.head_include); |
778 | if (ctx.repo && ctx.repo->extra_head_content) | ||
779 | html(ctx.repo->extra_head_content); | ||
778 | html("</head>\n"); | 780 | html("</head>\n"); |
779 | html("<body>\n"); | 781 | html("<body>\n"); |
780 | if (ctx.cfg.header) | 782 | if (ctx.cfg.header) |