diff options
-rw-r--r-- | ikiwiki.setup | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 8e187ccf..deb1b17d 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -59,7 +59,10 @@ IkiWiki::Setup::Standard->import({ # rcs backend to use rcs => 'git', # plugins to add to the default configuration - add_plugins => [qw{goodstuff cutpaste editdiff edittemplate favicon html sidebar table txt copyright license texinfo}], + add_plugins => [qw{goodstuff + cutpaste editdiff edittemplate favicon html search + sidebar table txt + copyright license texinfo}], # plugins to disable disable_plugins => [], # additional directory to search for template files |