From 27a4bfa470d3179c114151604ac4ac80b3ec4134 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Fri, 12 Mar 2010 07:12:28 +1100 Subject: [PATCH] Hide robots and sitemap from sitemap --- content/robots.yaml | 3 ++- content/sitemap.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/robots.yaml b/content/robots.yaml index e521976..7b26b7f 100644 --- a/content/robots.yaml +++ b/content/robots.yaml @@ -1,2 +1,3 @@ --- -title: A New Item +title: Robots +is_hidden: true diff --git a/content/sitemap.yaml b/content/sitemap.yaml index e521976..92e2ea2 100644 --- a/content/sitemap.yaml +++ b/content/sitemap.yaml @@ -1,2 +1,3 @@ --- -title: A New Item +title: XML Sitemap +is_hidden: true