aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-01-05 15:01:31 -0400
committerJoey Hess <joey@kitenet.net>2011-01-05 15:01:31 -0400
commit6b5b0a3282a1409476beb498030e035c5b462440 (patch)
treed1f41385cd72f1b0543e3637379b6ee26c30cb9e /IkiWiki.pm
parent9efe370fa032791123e84a77d021eb89bbc7b91c (diff)
downloadikiwiki-6b5b0a3282a1409476beb498030e035c5b462440.tar
ikiwiki-6b5b0a3282a1409476beb498030e035c5b462440.tar.gz
Temporarily revert one part of the multiple url support in the last release. Non-edit pages are now back to having `<base>` set to the site's main url.
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r--IkiWiki.pm2
1 files changed, 1 insertions, 1 deletions
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,
);