# HG changeset patch # User Ludovic Chabant # Date 1408472549 25200 # Node ID 3701daa97927b2beffa04b2a467d68a05d27450a # Parent 65ae19c4e8a3a9a97d900e7bc28ad0a3a661798d Use the same defaults as in PieCrust 1. diff -r 65ae19c4e8a3 -r 3701daa97927 piecrust/app.py --- a/piecrust/app.py Tue Aug 19 11:07:42 2014 -0700 +++ b/piecrust/app.py Tue Aug 19 11:22:29 2014 -0700 @@ -163,7 +163,7 @@ posts_fs = sitec.setdefault('posts_fs', DEFAULT_POSTS_FS) blogsc = sitec.setdefault('blogs', ['posts']) - g_post_url = sitec.get('post_url', '%year%/%month%/%slug%') + g_post_url = sitec.get('post_url', '%year%/%month%/%day%/%slug%') g_tag_url = sitec.get('tag_url', 'tag/%tag%') g_category_url = sitec.get('category_url', '%category%') g_posts_per_page = sitec.get('items_per_page', 5)