From 32239adbf7bc1f619087131d9f3b844f8fcde6e1 Mon Sep 17 00:00:00 2001 From: Will Budic Date: Sat, 30 Mar 2024 08:48:45 +1100 Subject: [PATCH] upd. --- htdocs/cgi-bin/gitweb/gitweb.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/cgi-bin/gitweb/gitweb.cgi b/htdocs/cgi-bin/gitweb/gitweb.cgi index d7d31a8..35316db 100755 --- a/htdocs/cgi-bin/gitweb/gitweb.cgi +++ b/htdocs/cgi-bin/gitweb/gitweb.cgi @@ -91,7 +91,7 @@ our $projectroot = "/srv/git"; our $project_maxdepth = 2007; # string of the home link on top of all pages -our $home_link_str = "Projects by Will Budic"; +our $home_link_str = "projects"; # extra breadcrumbs preceding the home link our @extra_breadcrumbs = (); -- 2.34.1