From d1d9acc7158b2300d32df0295bf904434ba0b721 Mon Sep 17 00:00:00 2001 From: "mb@mb" Date: Thu, 1 Feb 2018 16:20:05 +0100 Subject: [PATCH] test to make the rss work without SITEURL --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index bb902061ef..a946c39ec3 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,7 +4,7 @@ from __future__ import unicode_literals AUTHOR = u'Varia' SITENAME = u'Varia' -SITEURL = '' +SITEURL = './' PATH = 'content'