diff options
| -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 %} |
