diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-01-15 22:45:39 +0100 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-01-15 22:45:39 +0100 |
commit | 3b072cf391260854c498983e06a197b7ab6edba7 (patch) | |
tree | dec134b8681a126ec36e070c57c23815503a32d8 | |
parent | fc36bee5289c57a5e79befefb8b1608cd67e467a (diff) | |
download | blog-3b072cf391260854c498983e06a197b7ab6edba7.zip blog-3b072cf391260854c498983e06a197b7ab6edba7.tar.gz blog-3b072cf391260854c498983e06a197b7ab6edba7.tar.bz2 |
correct page linking
-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 |