From 017c14bff28cbf9823a3bd9c63f8d283d64a9c51 Mon Sep 17 00:00:00 2001 From: "Jason A. Dönerfield" Date: Sat, 18 Jul 2026 21:16:06 +0200 Subject: ui-shared: signal the sl0p fork in the footer + generator meta Append a "sl0p fork" link (to git.sl0p.foo/cgit.git) to the default footer after the generated-by cgit/git attribution, and tag the as "cgit (sl0p fork)". Keeps upstream attribution intact. --- ui-shared.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui-shared.c b/ui-shared.c index df52a9b..86767dd 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -818,7 +818,7 @@ void cgit_print_docstart(void) html(""); html_txt(ctx.page.title); html("\n"); - htmlf("\n", cgit_version); + htmlf("\n", cgit_version); if (ctx.cfg.robots && *ctx.cfg.robots) htmlf("\n", ctx.cfg.robots); @@ -880,6 +880,7 @@ void cgit_print_docend(void) htmlf("\n"); } html(" \n"); -- cgit v1.3.1-sl0p