From 87757646a3f294c07e1bf079f7c6c78632af8a6a Mon Sep 17 00:00:00 2001 From: Michel Racic Date: Mon, 13 Mar 2017 14:38:45 +0100 Subject: [PATCH] Robots (#9) * Fixed installation commands Removed extra line * Added custom link capability for tabs. Fixes #4 * Refined robots.txt --- layouts/robots.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/robots.txt b/layouts/robots.txt index 68c0ea7..da0727f 100644 --- a/layouts/robots.txt +++ b/layouts/robots.txt @@ -1 +1,4 @@ +User-agent: * +Allow: / + Sitemap: {{ .Site.BaseURL }}sitemap.xml