Uncomment new field

This commit is contained in:
olipratt 2017-03-02 20:16:01 +00:00
parent 7f4933f16d
commit 199ee9f402

View file

@ -18,8 +18,9 @@ SITELOGO = u'https://www.example.com/img/profile.png'
FAVICON = SITEURL + '/images/favicon.ico' FAVICON = SITEURL + '/images/favicon.ico'
BROWSER_COLOR = '#333' BROWSER_COLOR = '#333'
# 'robots' meta tag values for normal and hidden pages.
ROBOTS = u'index, follow' ROBOTS = u'index, follow'
# ROBOTS_HIDDEN = u'noindex, nofollow' ROBOTS_HIDDEN = u'noindex, nofollow'
THEME = u'../' THEME = u'../'
PATH = u'content' PATH = u'content'