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: 3107a650a25953de8a6b387ec0b07e52d196f698 (plain)
1
2
3
4
5
6
7
User-agent: *
{{ if eq (hugo.Environment) "production" -}}
Allow: /
{{ else -}}
Disallow: /
{{ end }}
Sitemap: {{ "sitemap.xml" | absURL -}}