diff options
-rw-r--r-- | conf.py | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -255,10 +255,10 @@ THEME_CONFIG = { # ) POSTS = ( - ("posts/*.rst", "posts", "post.tmpl"), - ("posts/*.md", "posts", "post.tmpl"), - ("posts/*.txt", "posts", "post.tmpl"), - ("posts/*.html", "posts", "post.tmpl"), + ("posts/*.rst", "", "post.tmpl"), + ("posts/*.md", "", "post.tmpl"), + ("posts/*.txt", "", "post.tmpl"), + ("posts/*.html", "", "post.tmpl"), ) PAGES = ( ("pages/*.rst", "", "page.tmpl"), |