summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf.py b/conf.py
index 796f8df..524418e 100644
--- a/conf.py
+++ b/conf.py
@@ -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.