diff options
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. |
