summaryrefslogtreecommitdiffstats
path: root/tpl/template_embedded.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/template_embedded.go')
-rw-r--r--tpl/template_embedded.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/tpl/template_embedded.go b/tpl/template_embedded.go
index a2fde4b10..14364f6db 100644
--- a/tpl/template_embedded.go
+++ b/tpl/template_embedded.go
@@ -242,4 +242,6 @@ ga('send', 'pageview');
</script>
<script async src='//www.google-analytics.com/analytics.js'></script>
{{ end }}`)
+
+ t.AddInternalTemplate("_default", "robots.txt", "User-agent: *")
}