X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/5877c49f68b1e1bef94b4867f22c336f0e1605b6..271ac5a7e6b5b67f54fdd16e8542aa282f1c7140:/ui-repolist.c diff --git a/ui-repolist.c b/ui-repolist.c index a884c20..33e3e7f 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -18,6 +18,11 @@ void cgit_print_repolist(struct cacheitem *item) cgit_print_pageheader(cgit_root_title, 0); html(""); + if (cgit_index_header) { + html(""); + } html("" "" "" @@ -30,7 +35,7 @@ void cgit_print_repolist(struct cacheitem *item) (last_group != NULL && repo->group == NULL) || (last_group != NULL && repo->group!= NULL && strcmp(repo->group, last_group))) { - html(""); last_group = repo->group;
"); + html_include(cgit_index_header); + html("
NameDescription
"); + html("
"); html_txt(repo->group); html("