From ad1884ec653c94b09ac233d35a5f2aac8f09e405 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Tue, 19 May 2015 17:23:47 -0400 Subject: Use full_path URL types, gets rid of the trailing # in links. --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3