X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/25da3f76255754c8b3f98232a5eb84f47088d0f7..bbcdc290c6c0b8121e57dbca4bd66c9e5e729959:/ui-summary.c diff --git a/ui-summary.c b/ui-summary.c index 5799773..5c1fc33 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -153,7 +153,7 @@ static int cgit_print_archive_cb(const char *refname, const unsigned char *sha1, hashcpy(fileid, sha1); } if (!header) { - html(""); + html("
"); html(""); header = 1; } @@ -193,16 +193,18 @@ static void cgit_print_archives() void cgit_print_summary() { - html("
Downloads
"); - html(""); + if (cgit_repo->readme) + html_include(cgit_repo->readme); + html(""); + + html("
"); + html("
"); + cgit_print_archives(); html("

"); html_txt(cgit_repo->name); html(" - "); html_txt(cgit_repo->desc); html("

"); - html("
"); - cgit_print_archives(); - html("
"); cgit_print_branches(); html(""); cgit_print_tags();