diff options
-rw-r--r-- | pelicanconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index 1670bde..b638415 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -48,7 +48,7 @@ DEFAULT_METADATA = { SHOW_ARTICLE_AUTHOR = True SHOW_DATE_MODIFIED = True -PAGE_URL = '{slug}' +PAGE_URL = '{slug}.html' PAGE_SAVE_AS = '{slug}.html' SLUGIFY_SOURCE = 'basename' DISPLAY_PAGES_ON_MENU = False |