fixed the site url

This commit is contained in:
2017-10-16 06:48:43 +00:00
parent fcef2f7583
commit 87a199baf7
25 changed files with 379 additions and 379 deletions

View File

@@ -10,7 +10,7 @@ import sys
sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = 'https://github.com/KaiSD/ogs-site'
SITEURL = 'https://kaisd.github.io/ogs-site'
TIMEZONE = 'Europe/Moscow'
RELATIVE_URLS = False