summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Unit 193 <unit193@ubuntu.com>2015-05-19 17:23:47 -0400
committerLibravatar Unit 193 <unit193@ubuntu.com>2015-05-19 17:23:47 -0400
commitad1884ec653c94b09ac233d35a5f2aac8f09e405 (patch)
tree7b2b990228cdfea2b892612893cc35d1a8e9035e
parent4520597ce1d100fa6881f1e0aad9696001ac93ff (diff)
downloadicebox-website-ad1884ec653c94b09ac233d35a5f2aac8f09e405.tar.bz2
icebox-website-ad1884ec653c94b09ac233d35a5f2aac8f09e405.tar.xz
icebox-website-ad1884ec653c94b09ac233d35a5f2aac8f09e405.tar.zst
Use full_path URL types, gets rid of the trailing # in links.
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 524418e..405390c 100644
--- a/conf.py
+++ b/conf.py
@@ -270,7 +270,7 @@ INDEX_PATH = "posts"
# rel_path: a relative URL to the current page/post (default)
# full_path: a URL with the full path from the root
# absolute: a complete URL (that includes the SITE_URL)
-# URL_TYPE = 'rel_path'
+URL_TYPE = 'full_path'
# Final location for the blog main RSS feed is:
# output / TRANSLATION[lang] / RSS_PATH / rss.xml