Explorar el Código

change site url to new directory

boyska hace 6 años
padre
commit
81da2b9e8a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      publishconf.py

+ 1 - 1
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