Skip to content

Commit 6175c41

Browse files
committed
Pages
1 parent 9a69f81 commit 6175c41

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@
3434
TIMEZONE = "Africa/Johannesburg"
3535
POSTS = (
3636
("posts/*.md", "posts", "post.tmpl"),
37-
("posts/*.txt", "posts", "post.tmpl"),
3837
)
3938
PAGES = (
39+
("pages/*.md", "", "story.tmpl"),
4040
("stories/*.md", "stories", "story.tmpl"),
41-
("stories/*.txt", "stories", "story.tmpl"),
4241
)
4342
COMPILERS = {
4443
"markdown": ('.md', '.mdown', '.markdown'),
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)