diff --git a/conf.py b/conf.py index d33d0246..3189161b 100644 --- a/conf.py +++ b/conf.py @@ -42,7 +42,7 @@ TIMEZONE = "CDT6CST" DATE_FORMAT = '%Y-%m-%d' JS_DATE_FORMAT = 'YYYY-MM-DD' DATE_FANCINESS = 1 -PRETTY_URLS = True +PRETTY_URLS = False POSTS = ( ("posts/*.rst", "posts", "post.tmpl"), ("posts/*.txt", "posts", "post.tmpl"),