Add embeded template for robots.txt

This commit is contained in:
Ivan Fraixedes
2015-12-08 21:13:09 +00:00
committed by Bjørn Erik Pedersen
parent 7c5a1fd16b
commit 9a6dc6c791
9 changed files with 143 additions and 2 deletions

View File

@@ -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: *")
}