Add support for a separate value of the robots meta tag on hidden pages
This commit is contained in:
parent
2d76193b9e
commit
7f4933f16d
3 changed files with 12 additions and 3 deletions
|
@ -19,6 +19,7 @@ FAVICON = SITEURL + '/images/favicon.ico'
|
|||
BROWSER_COLOR = '#333'
|
||||
|
||||
ROBOTS = u'index, follow'
|
||||
# ROBOTS_HIDDEN = u'noindex, nofollow'
|
||||
|
||||
THEME = u'../'
|
||||
PATH = u'content'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue