diff options
| author | davidtsadler <davidtsadler@googlemail.com> | 2012-01-06 16:49:18 +0000 |
|---|---|---|
| committer | davidtsadler <davidtsadler@googlemail.com> | 2012-01-06 16:49:18 +0000 |
| commit | c1b628991fe6288b76b17007143fa5fe865aa53e (patch) | |
| tree | 407112c77293b6cb602179a000b5d02009109894 | |
| parent | 0689de3049f6463d312ff256d293843b078402f3 (diff) | |
Add robot meta tag.
| -rw-r--r-- | _site_build/_includes/head.html | 1 | ||||
| -rw-r--r-- | _site_build/archives/index.html | 1 | ||||
| -rw-r--r-- | _site_build/index.html | 1 |
3 files changed, 3 insertions, 0 deletions
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 @@ <meta charset="utf-8"> <title>{{ page.title }} - {{ site.title }}</title> <meta name="description" content="{{ site.description }}"> +{% if page.robots %}<meta name="robots" content="{{ page.robots }}">{% endif %} <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="stylesheet" href="/css/style.css?v=1"> <link rel="alternate" type="application/rss+xml" href="/rss/" title="{{ site.title }}"> 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 --- <section id="archives"> <h1>Archives</h1> 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 --- <section id="excerpts"> {% for post in site.posts limit:site.max_recent_posts %} |
