master
Joey Hess 2008-01-30 15:33:13 -05:00
parent 2275a3ab4e
commit d40b275115
1 changed files with 3 additions and 0 deletions

View File

@ -29,3 +29,6 @@
if ($?) {
return "[[".gettext("fortune failed")."]]";
> An environment variable is not the right approach. Ikiwiki has a setup
> file, and plugins can use configuration from there. --[[Joey]]