From b958a9b5a9d27dda439a035059e4f92fba884bcf Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Wed, 5 Mar 2014 15:24:56 +0100 Subject: upgrade to wheezy changed default path of standard resources (js, css) --- templates/gitweb.conf.erb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/gitweb.conf.erb b/templates/gitweb.conf.erb index f434604..d9f73b2 100644 --- a/templates/gitweb.conf.erb +++ b/templates/gitweb.conf.erb @@ -14,10 +14,10 @@ $home_text = "indextext.html"; $projects_list = $projectroot; # stylesheet to use -$stylesheet = ("/git/gitweb.css"); +$stylesheet = ("/git/static/gitweb.css"); # logo to use -$logo = "/git/git-logo.png"; +$logo = "/git/static/git-logo.png"; # the 'favicon' $favicon = "/favicon.ico"; @@ -25,6 +25,9 @@ $favicon = "/favicon.ico"; # enable pathinfo style urls $feature{'pathinfo'}{'default'} = [1]; +# javascript code for gitweb +$javascript = "/git/static/gitweb.js"; + # -------------------------------------------- # We're on gitolite v2, be careful! -- cgit v1.2.3