From cdb287633519a884dcb2a5bd4fb1b1efd7ddbf93 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sun, 24 Aug 2025 04:06:38 +0000 Subject: remove redundant about link in repos --- ui-shared.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui-shared.c b/ui-shared.c index a4fb129..ccf066e 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -1082,10 +1082,6 @@ void cgit_print_pageheader(void) html("
\n"); if (ctx.env.authenticated && ctx.repo) { - if (ctx.repo->readme.nr) - reporevlink("about", "about", NULL, - hc("about"), ctx.qry.head, NULL, - NULL); cgit_summary_link("summary", NULL, hc("summary"), ctx.qry.head); cgit_refs_link("refs", NULL, hc("refs"), ctx.qry.head, -- cgit v1.2.3-freya