X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/148fb9622c6a96021e572d1a372e38896506031f..f516218d0d0a6ddbd04e8ade722cc67eee4cf001:/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(""); }