From 0fd36f183c8a8fc6a248af697f6c75e417a3ff69 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 14 Jul 2026 13:51:09 +0000 Subject: Add description to link --- ui-repolist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-repolist.c b/ui-repolist.c index 1b224cf..48092a6 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -324,7 +324,7 @@ void cgit_print_repolist(void) cgit_summary_link(ctx.repo->name, NULL, NULL, NULL); html(""); repourl = cgit_repourl(ctx.repo->url); - html_link_open(repourl, NULL, NULL); + html_link_open(repourl, ctx.repo->desc, NULL); free(repourl); if (html_ntxt(ctx.repo->desc, ctx.cfg.max_repodesc_len) < 0) html("..."); -- cgit