From 81da2b9e8aee973710bce7e45814ab2299809bf3 Mon Sep 17 00:00:00 2001 From: boyska Date: Fri, 13 Apr 2018 01:12:48 +0200 Subject: [PATCH] change site url to new directory --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index b739a76..3ccbd63 100644 --- a/publishconf.py +++ b/publishconf.py @@ -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