From d56c1205ce59201496175366debb55b58e474ce3 Mon Sep 17 00:00:00 2001 From: "mb@mb" Date: Thu, 1 Feb 2018 11:45:31 +0100 Subject: [PATCH] adding a SITEURL to make the rss feed work again --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 9ac9dec139..724d8971ee 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,7 +4,7 @@ from __future__ import unicode_literals AUTHOR = u'Varia' SITENAME = u'Varia' -SITEURL = '' +SITEURL = 'https://varia.zone/' PATH = 'content'