Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forgot to add .wp extension.
  • Loading branch information
felixfontein committed Jul 12, 2015
1 parent 487fdc4 commit b6d8c0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nikola/plugins/command/import_wordpress.py
Expand Up @@ -401,9 +401,9 @@ def populate_context(self, channel):
author,
'{{{0}}}author_display_name'.format(wordpress_namespace),
"Joe Example")
extensions = ['rst', 'txt', 'md']
if self.transform_to_html:
extensions.append('html')
extensions = ['rst', 'txt', 'md', 'html']
if self.use_wordpress_compiler:
extensions.append('wp')
POSTS = '(\n'
PAGES = '(\n'
for extension in extensions:
Expand Down

0 comments on commit b6d8c0e

Please sign in to comment.