diff options
| author | 2015-05-19 17:23:07 -0400 | |
|---|---|---|
| committer | 2015-05-19 17:23:07 -0400 | |
| commit | 4520597ce1d100fa6881f1e0aad9696001ac93ff (patch) | |
| tree | 19991729aa23d4c428448f74d7fcc41e9825f54e /conf.py | |
| parent | 0f4682376672f35de2432615130c2d5fc3c3b7c0 (diff) | |
Use pretty URLs.
Diffstat (limited to 'conf.py')
| -rw-r--r-- | conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -109,9 +109,9 @@ TRANSLATIONS_PATTERN = "{path}.{lang}.{ext}" NAVIGATION_LINKS = { DEFAULT_LANG: ( - ("/index.html", "Home"), + ("/", "Home"), ("/galleries/screenshots/", "Screenshots"), - ("/download.html", "Download"), + ("/download/", "Download"), # ("/rss.xml", "RSS feed"), ), } @@ -542,7 +542,7 @@ COMMENT_SYSTEM_ID = "" # This can be disabled on a per-page/post basis by adding # .. pretty_url: False # to the metadata -# PRETTY_URLS = False +PRETTY_URLS = True # If True, publish future dated posts right away instead of scheduling them. # Defaults to False. |
