Uncomment new field
This commit is contained in:
parent
7f4933f16d
commit
199ee9f402
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue