From 4520597ce1d100fa6881f1e0aad9696001ac93ff Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Tue, 19 May 2015 17:23:07 -0400 Subject: Use pretty URLs. --- conf.py | 6 +++--- 1 file 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. -- cgit v1.2.3