Files
Akilan-website/themes/PaperMod/layouts/robots.txt
2021-05-14 13:58:36 +04: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 }}