change site url to new directory
This commit is contained in:
parent
4bd0e12be2
commit
81da2b9e8a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import sys
|
|||
sys.path.append(os.curdir)
|
||||
from pelicanconf import *
|
||||
|
||||
SITEURL = '/hackit17'
|
||||
SITEURL = '/hackit18'
|
||||
RELATIVE_URLS = True
|
||||
TALKS_GRID_STEP = 30
|
||||
|
||||
|
|
Loading…
Reference in a new issue