From: Shane Date: Sun, 11 Jan 2026 01:31:26 +0000 (+0000) Subject: update site name and home X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=89e7f11c19c82b637ba2708b4dd356b0e18f5a0c;p=nutratech%2Fvps-root.git update site name and home --- diff --git a/etc/gitweb.conf b/etc/gitweb.conf index dceacb6..5879fc9 100644 --- a/etc/gitweb.conf +++ b/etc/gitweb.conf @@ -9,6 +9,12 @@ $git_temp = "/tmp"; # [CUSTOM] # target of the home link on top of all pages $home_link = $my_uri || "/"; # [CUSTOM: Link to root] +# Label for the "home link" +$home_link_str = "Home"; # [CUSTOM] + +# Site Name +$site_name = "Wombat Git"; # [CUSTOM] + # html text to include at home page $home_text = "indextext.html"; # [CUSTOM]