From 04178069234a5b1e8dee75cba3fe65c181a6407a Mon Sep 17 00:00:00 2001 From: boyska Date: Sat, 16 Mar 2019 12:56:11 +0100 Subject: [PATCH] fix conf --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index 33818fc..4a94d9a 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,7 +10,7 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = '/hackit18' +SITEURL = '/hackit19' RELATIVE_URLS = True TALKS_GRID_STEP = 30