summaryrefslogtreecommitdiffstats
path: root/layouts/robots.txt
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/robots.txt')
-rw-r--r--layouts/robots.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/robots.txt b/layouts/robots.txt
index c07f0df..53082b7 100644
--- a/layouts/robots.txt
+++ b/layouts/robots.txt
@@ -3,6 +3,7 @@
User-agent: *
{{- if eq (getenv "HUGO_ENV") "production" | or (eq site.Params.env "production") }}
Allow: /
+Disallow: /thanks
Sitemap: {{ "/stemap.xml" | absURL }}
{{- else }}