Add support for a separate value of the robots meta tag on hidden pages

This commit is contained in:
olipratt 2017-02-26 12:38:07 +00:00
parent 2d76193b9e
commit 7f4933f16d
3 changed files with 12 additions and 3 deletions

View file

@ -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'