so setup file can override default
sub import (@) {
my $this=shift;
sub import (@) {
my $this=shift;
- IkiWiki::Setup::merge({@_});
$config{setuptype}='Standard';
$config{setuptype}='Standard';
+ IkiWiki::Setup::merge({@_});
if (! $config{force_overwrite}) {
# Avoid overwriting any existing files.
if (! $config{force_overwrite}) {
# Avoid overwriting any existing files.
-ikiwiki (3.20100313) UNRELEASED; urgency=low
+ikiwiki (3.20100320) UNRELEASED; urgency=low
* websetup: Add websetup_unsafe to allow marking other settings
as unsafe.
* websetup: Add websetup_unsafe to allow marking other settings
as unsafe.