diff --git a/projects/SEFM2020/publishconf.py b/projects/SEFM2020/publishconf.py index 00d936dbe132484401fc425c570e377a17bea60c..679ed5ffccf8d15de757cf5375c42b4efe163925 100644 --- a/projects/SEFM2020/publishconf.py +++ b/projects/SEFM2020/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://elementsofscheduling.nl' +SITEURL = 'https://SEFM2020.nl' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml'