Skip to content

Commit

Permalink
Accept HTML posts and pages by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Jan 1, 2016
1 parent e068305 commit 09a9092
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nikola/plugins/command/init.py
Expand Up @@ -75,10 +75,12 @@
'POSTS': """(
("posts/*.rst", "posts", "post.tmpl"),
("posts/*.txt", "posts", "post.tmpl"),
("posts/*.html", "posts", "post.tmpl"),
)""",
'PAGES': """(
("stories/*.rst", "stories", "story.tmpl"),
("stories/*.txt", "stories", "story.tmpl"),
("stories/*.html", "stories", "story.tmpl"),
)""",
'COMPILERS': """{
"rest": ('.rst', '.txt'),
Expand Down

1 comment on commit 09a9092

@da2x
Copy link
Contributor

@da2x da2x commented on 09a9092 Jan 1, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.