aboutsummaryrefslogtreecommitdiffstats
path: root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf.py b/conf.py
index 9c2e417..c432001 100644
--- a/conf.py
+++ b/conf.py
@@ -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"),