diff options
| author | davidtsadler <davidtsadler@googlemail.com> | 2012-01-09 13:47:08 +0000 |
|---|---|---|
| committer | davidtsadler <davidtsadler@googlemail.com> | 2012-01-09 13:47:08 +0000 |
| commit | 3e31b5381994c45f06bda4cbb4f1f5ec41a0cdc2 (patch) | |
| tree | 3e1b895142858c0f13aaa3d8f03b753e33ef3aa3 /_site_build | |
| parent | 1e9ba372fa6c2851291ec517b999dd8b625443f1 (diff) | |
Add noarchive to robots meta tag.
Diffstat (limited to '_site_build')
| -rw-r--r-- | _site_build/404.markdown | 2 | ||||
| -rw-r--r-- | _site_build/archives/index.html | 2 | ||||
| -rw-r--r-- | _site_build/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
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 --- <section id="archives"> <h1>Archives</h1> 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 --- <section id="excerpts"> {% for post in site.posts limit:site.max_recent_posts %} |
