From a4a8dbd5288b2f0d304a603e7511cea985787be3 Mon Sep 17 00:00:00 2001 From: Quentin Smith Date: Sat, 20 Mar 2010 13:01:46 -0400 Subject: [PATCH] Enable color plugin --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 0dc4f8a..3078450 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -23,7 +23,7 @@ my %common_setup_args = ( # IMPORTANT! If you add plugins that involve interface changes, you # will need to modify our templates to allow this, as our custom # template does not support them yet. See ~/src/ikiwiki/templates - add_plugins => [qw(goodstuff html httpauth rename remove 404 attachment)], + add_plugins => [qw(goodstuff html httpauth rename remove 404 attachment color)], # plugins to disable # IMPORTANT! If you reenable passwordauth/openid, you need to # do some modifications described in TODO.SIPB in the source-tree -- 2.31.1