diff options
Diffstat (limited to 'nikola/plugins/task/robots.plugin')
| -rw-r--r-- | nikola/plugins/task/robots.plugin | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/nikola/plugins/task/robots.plugin b/nikola/plugins/task/robots.plugin index b4b43a3..72ce31f 100644 --- a/nikola/plugins/task/robots.plugin +++ b/nikola/plugins/task/robots.plugin @@ -1,10 +1,13 @@ [Core] -Name = robots -Module = robots +name = robots +module = robots [Documentation] -Author = Daniel Aleksandersen -Version = 1.0 -Website = http://getnikola.com -Description = Generate /robots.txt exclusion file and promote sitemap. +author = Daniel Aleksandersen +version = 1.0 +website = http://getnikola.com +description = Generate /robots.txt exclusion file and promote sitemap. + +[Nikola] +plugincategory = Task |
