Fix theme path.

This commit is contained in:
Alexandre Vicenzi 2016-01-15 01:11:52 -02:00
parent c8a5b55c10
commit a0af6f4167

View file

@ -14,7 +14,7 @@ FAVICON = SITEURL + '/images/favicon.ico'
ROBOTS = u'index, follow'
THEME = u'../flex'
THEME = u'../'
PATH = u'content'
TIMEZONE = u'America/Sao_Paulo'
DEFAULT_LANG = u'en'