From 09221e5dad79e5c106384e7e8847b9f53848774b Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 20 Apr 2019 00:11:16 +0200 Subject: conf.py: Making posts top-level ( directly below / ). --- conf.py | 8 ++++---- 1 file 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"), -- cgit v1.2.3