🩹 Update robots.txt template

This commit is contained in:
James Panther
2022-01-27 15:58:01 +11:00
parent 1de995a8e6
commit e465eaeb33
+1 -1
View File
@@ -1,6 +1,6 @@
User-agent: * User-agent: *
{{- if hugo.IsProduction | or (eq .Site.Params.env "production") }} {{- if hugo.IsProduction | or (eq .Site.Params.env "production") }}
Disallow: Allow: /
{{- else }} {{- else }}
Disallow: / Disallow: /
{{- end }} {{- end }}