1
0
mirror of https://github.com/bketelsen/bktw.git synced 2024-11-24 08:12:18 +02:00
bktw/templates/robots.txt
Brian Ketelsen aadc66adec first post
2021-02-23 13:20:05 -05:00

8 lines
165 B
Plaintext

User-agent: *
{{- if hugo.IsProduction | or (eq .Site.Params.env "production") }}
Disallow:
{{- else }}
Disallow: /
{{- end }}
Sitemap: {{ "sitemap.xml" | absURL }}