diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-12 01:41:00 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-12 01:41:00 +0100 |
commit | 95e43ee2598f67257c45248b1dd294adeafecae2 (patch) | |
tree | 33a11df0e87341c43cc1ce15f854ef4260fe85b9 | |
parent | 90a910fceafc23b23611acbd8d44b49440914709 (diff) |
Enable the cutpaste plugin.
-rw-r--r-- | ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 5e649ec9..20ce485b 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -54,7 +54,7 @@ IkiWiki::Setup::Standard->import({ # rcs backend to use rcs => 'git', # plugins to add to the default configuration - add_plugins => [qw{goodstuff editdiff edittemplate favicon html sidebar table txt copyright license texinfo}], + add_plugins => [qw{goodstuff cutpaste editdiff edittemplate favicon html sidebar table txt copyright license texinfo}], # plugins to disable disable_plugins => [], # location of template files |