diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-02-17 15:18:03 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-02-17 15:18:03 +0100 |
commit | e8ea0ea425e447fcca965ac3c8a2c210a6fc6e25 (patch) | |
tree | e42518fa8c11bef40b1669f0917e624c906b30ae | |
parent | 0c7db5df830f542b03520df9806d14d006ef2ac0 (diff) |
Enable graphviz plugin.
-rw-r--r-- | ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index af99901..a92d62a 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -133,7 +133,7 @@ use IkiWiki::Setup::Standard { #recentchangesnum => 100, # To add plugins, list them here. - add_plugins => [qw{goodstuff httpauth typography sidebar favicon}], + add_plugins => [qw{goodstuff httpauth typography sidebar favicon graphviz}], # If you want to disable any of the default plugins, list them here. disable_plugins => [qw{passwordauth openid}], # To add a directory to the perl searh path, use this. |