X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/148fb9622c6a96021e572d1a372e38896506031f..fb6e5869dcc81b775d5ac79dd3afac7220c366dd:/ui-shared.c diff --git a/ui-shared.c b/ui-shared.c index 1a6c127..9ec4be8 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -104,6 +104,10 @@ void cgit_print_pageheader(char *title) htmlf("", cgit_logo_link); htmlf("\n", cgit_logo); htmlf(""); + if (cgit_query_repo) + htmlf("", cgit_repourl(cgit_query_repo)); html_txt(title); + if (cgit_query_repo) + html(""); html(""); }