diff --git a/config.php b/config.php index 224e6be..03d2561 100644 --- a/config.php +++ b/config.php @@ -3,7 +3,7 @@ $config = array( 'zepto' => array( 'content_dir' => 'content', - 'plugin_dir' => 'plugins', + 'plugins_dir' => 'plugins', 'templates_dir' => 'templates', 'default_template' => 'base.twig', 'content_ext' => array('.md', '.markdown'),