diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-29 17:46:25 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-29 17:46:25 +0000 |
commit | 7127b70063bb0b17e9f46abc48519f5a4cc9d289 (patch) | |
tree | d8c27bfe6b5b8b21d6be541242434ca92debf4ad /doc/ikiwiki.setup | |
parent | d76c73eb8634f3181bd246d747ae42443d4b6d31 (diff) | |
download | ikiwiki-7127b70063bb0b17e9f46abc48519f5a4cc9d289.tar ikiwiki-7127b70063bb0b17e9f46abc48519f5a4cc9d289.tar.gz |
add pagestats
Diffstat (limited to 'doc/ikiwiki.setup')
-rw-r--r-- | doc/ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 8c9ce063c..b52f1ad39 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -75,7 +75,7 @@ use IkiWiki::Setup::Standard { # To add plugins, list them here. #add_plugins => [qw{meta tag pagecount brokenlinks search smiley - # wikitext camelcase}], + # wikitext camelcase pagestats}], # If you want to disable any of the default plugins, list them here. #disable_plugins => [qw{inline htmlscrubber}], } |