From c208f165fd549102c8e56b513d03da864bd3aedb Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 9 Sep 2010 11:57:05 +0200 Subject: ikiwiki.setup: Enable search plugin. --- ikiwiki.setup | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3