From 86d820b77d95b590db85399ba4f06307f64cb285 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 3 Aug 2016 06:43:56 +0000 Subject: [PATCH] Fix SITEURL --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'