X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/148fb9622c6a96021e572d1a372e38896506031f..c43f1246cb759eb811ab0ebef0613b86dda99581:/ui-shared.c?ds=sidebyside
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("");
}