diff --git a/ui-shared.c b/ui-shared.c index cf06511..07d5dd4 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -630,14 +630,17 @@ static void print_header(struct cgit_context *ctx) { html("
\n"); + + if (ctx->cfg.logo && ctx->cfg.logo[0] != 0) { + html(" | \n"); + } html(" | "); if (ctx->repo) { |