use warnings;
use strict;
-use IkiWiki;
+use IkiWiki 2.00;
sub import { #{{{
hook(type => "pagetemplate", id => "mirrorlist", call => \&pagetemplate);
join(", ",
map {
qq{<a href="}.
- $config{mirrorlist}->{$_}."/".$page.
+ $config{mirrorlist}->{$_}."/".urlto($page, "").
qq{">$_</a>}
} keys %{$config{mirrorlist}}
).