From 48397d9c289a912374f2786b7b469d509cd6ce6a Mon Sep 17 00:00:00 2001 From: Marko Semet Date: Sat, 25 May 2019 03:53:02 +0200 Subject: [PATCH] Fix relative urls --- publishconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publishconf.py b/publishconf.py index 185184d..58e6726 100644 --- a/publishconf.py +++ b/publishconf.py @@ -12,7 +12,7 @@ from pelicanconf import * # If your site is available via HTTPS, make sure SITEURL begins with https:// SITEURL = '' -RELATIVE_URLS = False +RELATIVE_URLS = True FEED_ALL_ATOM = 'feeds/all.atom.xml' CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' @@ -22,4 +22,4 @@ DELETE_OUTPUT_DIRECTORY = True # Following items are often useful when publishing #DISQUS_SITENAME = "" -#GOOGLE_ANALYTICS = "" \ No newline at end of file +#GOOGLE_ANALYTICS = ""