hugo-PaperMod/layouts/robots.txt
2023-02-20 22:42:27 +05:30

10 lines
263 B
Plaintext

User-agent: *
{{- if not (hugo.IsProduction | or (eq site.Params.env "production")) }}
Disallow: /
{{- else }}
{{- range where site.RegularPages "Params.hiddenPage" true }}
Disallow: {{ .RelPermalink }}
{{- end }}
{{- end }}
Sitemap: {{ "sitemap.xml" | absURL }}