cgiurl now needs to be set to get edit links
parent
64a491979c
commit
85566ff3a3
|
@ -22,6 +22,7 @@ sub linkify ($$$$) {
|
|||
$renderedfiles{"$page.mdwn"}=[$page];
|
||||
}
|
||||
%config=IkiWiki::defaultconfig();
|
||||
$config{cgiurl}="http://somehost/ikiwiki.cgi";
|
||||
|
||||
return IkiWiki::linkify($lpage, $page, $content);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue