diff --git a/ui-shared.c b/ui-shared.c index 7287956..03d147f 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -478,14 +478,20 @@ void cgit_print_pageheader(struct cgit_context *ctx) html("
\n"); html(" | "); - if (ctx->repo) + if (ctx->repo) { + html("index / "); html_txt(ctx->repo->name); - else + } else html_txt(ctx->cfg.root_title); html(" |
"); |