diff --git a/publishconf.py b/publishconf.py index 6dee9b0..6fe3ee4 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,7 +10,7 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'https://adamgoldsmith.name' +SITEURL = 'https://adamgoldsmith.name/blag' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml'