X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/8062817885495b07cf70304c484e8f18c78ab2b5..4c9916043d6aabb8278e0d78f5fa71a59f82889d:/ui-shared.c?ds=inline diff --git a/ui-shared.c b/ui-shared.c index 8a804c2..83758f7 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -510,7 +510,10 @@ void cgit_print_pageheader(struct cgit_context *ctx) html_txt(ctx->repo->desc); } else { html(">"); - html_txt("a fast webinterface for the git dscm"); + if (ctx->cfg.root_desc) + html_txt(ctx->cfg.root_desc); + else if (ctx->cfg.index_info) + html_include(ctx->cfg.index_info); } html("\n");