summaryrefslogtreecommitdiff
path: root/templates/gitweb.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/gitweb.conf.erb')
-rw-r--r--templates/gitweb.conf.erb7
1 files 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!