From 199ee9f40240961f0189813e4b33fe5cb8415b25 Mon Sep 17 00:00:00 2001 From: olipratt Date: Thu, 2 Mar 2017 20:16:01 +0000 Subject: [PATCH] Uncomment new field --- tests/pelicanconf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/pelicanconf.py b/tests/pelicanconf.py index 9468f50..2b8d965 100644 --- a/tests/pelicanconf.py +++ b/tests/pelicanconf.py @@ -18,8 +18,9 @@ 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' +ROBOTS_HIDDEN = u'noindex, nofollow' THEME = u'../' PATH = u'content'