From a42895a88de45fdef83528e8699f8ba5920fd9af Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 31 Jan 2010 22:28:30 -0200 Subject: Using base_url at setup template --- templates/ikiwiki.setup.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/ikiwiki.setup.erb b/templates/ikiwiki.setup.erb index ed99ba4..fa2718f 100644 --- a/templates/ikiwiki.setup.erb +++ b/templates/ikiwiki.setup.erb @@ -28,8 +28,8 @@ use IkiWiki::Setup::Standard { # Git stuff. rcs => "git", - historyurl => "http://git.<%= domain %>/?p=<%= name %>.git;a=history;f=[[file]]", - diffurl => "http://git.<%= domain %>/?p=<%= name %>.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]", + historyurl => "http://git.<%= base_url %>/?p=<%= name %>.git;a=history;f=[[file]]", + diffurl => "http://git.<%= base_url %>/?p=<%= name %>.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]", #gitorigin_branch => "origin", #gitmaster_branch => "master", -- cgit v1.2.3