X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/f135569b2be3fb1816f802f9a162b3743b735d1c..7c0d2d9fbd3a29d295c8067f7798507853759eae:/ui-shared.c 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("
| "); - if (ctx->repo) + if (ctx->repo) { + html("index / "); html_txt(ctx->repo->name); - else + } else html_txt(ctx->cfg.root_title); html(" | |
| "); |