adding a SITEURL to make the rss feed work again

This commit is contained in:
mb@mb 2018-02-01 11:45:31 +01:00
parent 46e5b96e5c
commit d56c1205ce

View File

@ -4,7 +4,7 @@ from __future__ import unicode_literals
AUTHOR = u'Varia'
SITENAME = u'Varia'
SITEURL = ''
SITEURL = 'https://varia.zone/'
PATH = 'content'