Welcome to mirror list, hosted at ThFree Co, Russian Federation.

robots.txt « layouts - github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ef7faaa49a13741752aec2b8f055fcda751de5f (plain)
1
2
3
4
5
6
7
User-agent: *
{{ if eq (hugo.Environment) "production" -}}
Allow: /
{{ else -}}
Disallow: /
{{ end }}
Sitemap: {{ "sitemap.xml" | absLangURL -}}