Apply feedback from issue discussion - remove config option and simplify change

This commit is contained in:
olipratt 2017-03-04 12:49:16 +00:00
parent 0931d35525
commit 6576ab0e80
3 changed files with 6 additions and 4 deletions

View file

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