From c1b628991fe6288b76b17007143fa5fe865aa53e Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Fri, 6 Jan 2012 16:49:18 +0000 Subject: Add robot meta tag. --- _site_build/_includes/head.html | 1 + _site_build/archives/index.html | 1 + _site_build/index.html | 1 + 3 files changed, 3 insertions(+) (limited to '_site_build') diff --git a/_site_build/_includes/head.html b/_site_build/_includes/head.html index df19960..b573f7c 100644 --- a/_site_build/_includes/head.html +++ b/_site_build/_includes/head.html @@ -1,6 +1,7 @@ {{ page.title }} - {{ site.title }} +{% if page.robots %}{% endif %} diff --git a/_site_build/archives/index.html b/_site_build/archives/index.html index 38efebf..1ea05d6 100644 --- a/_site_build/archives/index.html +++ b/_site_build/archives/index.html @@ -1,6 +1,7 @@ --- layout: default title: Archives +robots: noindex ---

Archives

diff --git a/_site_build/index.html b/_site_build/index.html index c454726..d88fda0 100644 --- a/_site_build/index.html +++ b/_site_build/index.html @@ -1,6 +1,7 @@ --- layout: default title: Home +robots: noindex ---
{% for post in site.posts limit:site.max_recent_posts %} -- cgit v1.2.3-13-gbd6f