about summary refs log tree commit
path: root/ui-shared.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-shared.c')
-rw-r--r--ui-shared.c2
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)
                 cgit_add_clone_urls(print_rel_vcs_link);
         if (ctx.cfg.head_include)
                 html_include(ctx.cfg.head_include);
+        if (ctx.repo && ctx.repo->extra_head_content)
+                html(ctx.repo->extra_head_content);
         html("</head>\n");
         html("<body>\n");
         if (ctx.cfg.header)