Fix SITEURL

This commit is contained in:
Adam Goldsmith 2016-08-03 06:43:56 +00:00
parent 430ab1fadc
commit 86d820b77d
1 changed files with 1 additions and 1 deletions

View File

@ -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'