Changed logo hyperlink to point to SGK homepage.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Thu, 5 Nov 2020 10:34:39 +0000 (10:34 +0000)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Thu, 5 Nov 2020 10:34:39 +0000 (10:34 +0000)
gitweb.cgi

index e1a16aa..56881e1 100755 (executable)
@@ -118,10 +118,8 @@ our $favicon = "static/git-favicon.png";
 our $javascript = "static/gitweb.js";
 
 # URI and label (title) of GIT logo link
 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 = "";
 
 # source of projects list
 our $projects_list = "";