From 3e31b5381994c45f06bda4cbb4f1f5ec41a0cdc2 Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Mon, 9 Jan 2012 13:47:08 +0000 Subject: Add noarchive to robots meta tag. --- _site_build/404.markdown | 2 +- _site_build/archives/index.html | 2 +- _site_build/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to '_site_build') diff --git a/_site_build/404.markdown b/_site_build/404.markdown index 1e3af8e..f50f41e 100644 --- a/_site_build/404.markdown +++ b/_site_build/404.markdown @@ -1,7 +1,7 @@ --- layout: default title: Page not found -robots: follow, noindex, noodp, noydir +robots: follow, noindex, noodp, noydir, noarchive --- # Page not found Sorry, but the page you were trying to view does not exist. diff --git a/_site_build/archives/index.html b/_site_build/archives/index.html index 45272d0..71aed54 100644 --- a/_site_build/archives/index.html +++ b/_site_build/archives/index.html @@ -1,7 +1,7 @@ --- layout: default title: Archives -robots: follow, noindex, noodp, noydir +robots: follow, noindex, noodp, noydir, noarchive ---

Archives

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