Skip to content

Commit

Permalink
Fixes #2631.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jan 12, 2017
1 parent 1438bf0 commit 59ac74f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/plugins/command/new_page.py
Expand Up @@ -107,6 +107,7 @@ def _execute(self, options, args):
options['tags'] = ''
options['schedule'] = False
options['is_page'] = True
options['date-path'] = False
# Even though stuff was split into `new_page`, it’s easier to do it
# there not to duplicate the code.
p = self.site.plugin_manager.getPluginByName('new_post', 'Command').plugin_object
Expand Down

0 comments on commit 59ac74f

Please sign in to comment.