From 6b5b0a3282a1409476beb498030e035c5b462440 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 5 Jan 2011 15:01:31 -0400 Subject: Temporarily revert one part of the multiple url support in the last release. Non-edit pages are now back to having `` set to the site's main url. --- IkiWiki.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IkiWiki.pm') diff --git a/IkiWiki.pm b/IkiWiki.pm index 1102fa52a..3a4cfd5e7 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -1931,7 +1931,7 @@ sub misctemplate ($$;@) { title => $title, wikiname => $config{wikiname}, content => $content, - baseurl => baseurl(), + baseurl => $config{url}, html5 => $config{html5}, %params, ); -- cgit v1.2.3