From 236705fcdcb4d5c6c5bd6344fe8ab54edc502668 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Mon, 22 Jun 2015 22:16:16 -0500 Subject: [PATCH] Automatic commit from deploy --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"),