diff options
Diffstat (limited to 'nikola/plugins/task/posts.plugin')
| -rw-r--r-- | nikola/plugins/task/posts.plugin | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/nikola/plugins/task/posts.plugin b/nikola/plugins/task/posts.plugin index 707b3c2..79b7c51 100644 --- a/nikola/plugins/task/posts.plugin +++ b/nikola/plugins/task/posts.plugin @@ -1,10 +1,13 @@ [Core] -Name = render_posts -Module = posts +name = render_posts +module = posts [Documentation] -Author = Roberto Alsina -Version = 1.0 -Website = http://getnikola.com -Description = Create HTML fragments out of posts. +author = Roberto Alsina +version = 1.0 +website = http://getnikola.com +description = Create HTML fragments out of posts. + +[Nikola] +plugincategory = Task |
