From: Aaron Taylor Date: Thu, 5 Nov 2020 10:34:39 +0000 (+0000) Subject: Changed logo hyperlink to point to SGK homepage. X-Git-Url: http://git.subgeniuskitty.com/gitweb-sgk/.git/commitdiff_plain/a062b3646dcbb47d4e51db1ae9ca1a3dfbf48bbd Changed logo hyperlink to point to SGK homepage. --- diff --git a/gitweb.cgi b/gitweb.cgi index e1a16aa..56881e1 100755 --- a/gitweb.cgi +++ b/gitweb.cgi @@ -118,10 +118,8 @@ our $favicon = "static/git-favicon.png"; our $javascript = "static/gitweb.js"; # URI and label (title) of GIT logo link -#our $logo_url = "http://www.kernel.org/pub/software/scm/git/docs/"; -#our $logo_label = "git documentation"; -our $logo_url = "http://git-scm.com/"; -our $logo_label = "git homepage"; +our $logo_url = "http://subgeniuskitty.com/"; +our $logo_label = "SGK Homepage"; # source of projects list our $projects_list = "";