🩹 Update robots.txt template

pull/100/head
James Panther 2022-01-27 15:58:01 +11:00
parent 1de995a8e6
commit e465eaeb33
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 1 additions and 1 deletions

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 }}