From be6cd95c2e40fc0f0a8b8edac55abb47a8a1f54f Mon Sep 17 00:00:00 2001 From: rscmbbng Date: Sun, 29 Oct 2017 14:47:22 +0100 Subject: [PATCH] relative paths on --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index 6bc30205d9..38f05ab560 100644 --- a/publishconf.py +++ b/publishconf.py @@ -11,7 +11,7 @@ sys.path.append(os.curdir) from pelicanconf import * # SITEURL = 'http://www.centerforeveryday.technology' -RELATIVE_URLS = False +RELATIVE_URLS = True # FEED_DOMAIN = SITEURL