From a87805d71fa8c582922c00eb3009551a07963799 Mon Sep 17 00:00:00 2001 From: Benjamin Estes Date: Mon, 22 Apr 2013 13:03:14 -0700 Subject: [PATCH] Updated robots.txt to reflect new Cactus code Updated robots.txt in the CactusBlog example to reflect the Cactus commit: https://github.com/koenbok/Cactus/commit/692c55d4214bcf1598cd2ea06531539648cef207 --- pages/robots.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/robots.txt b/pages/robots.txt index b3e70cd..3cc2eb0 100644 --- a/pages/robots.txt +++ b/pages/robots.txt @@ -1 +1,6 @@ -{% for page in CACTUS.pages %}{% if page.path != 'error.html' %}{{ page.path }}{% endif %}{% endfor %} +{% verbatim %} +User-agent: * +Disallow: + +Sitemap: sitemap.xml +{% endverbatim %}