From ca719089d86ef4b60ccc2e86b48b3c41b1dbe559 Mon Sep 17 00:00:00 2001 From: putro Date: Tue, 16 Apr 2019 19:06:17 +0200 Subject: [PATCH] Removed extraneous trailing slash from SITEURL --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index 5e17406..45caab8 100644 --- a/publishconf.py +++ b/publishconf.py @@ -11,7 +11,7 @@ sys.path.append(os.curdir) from pelicanconf import * # If your site is available via HTTPS, make sure SITEURL begins with https:// -SITEURL = 'https://unit.abbiamoundominio.org/' +SITEURL = 'https://unit.abbiamoundominio.org' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds.atom.xml'