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

robots.txt « layouts « site - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 79dddec829462a017cf9236341a14c63a62f9f2c (plain)
1
2
3
4
5
6
7
8
9
10
# www.robotstxt.org

{{- $allowCrawling := false -}}

{{ if $allowCrawling }}
# Allow crawling of all content
{{- end }}
User-agent: *
Disallow:{{ if not $allowCrawling }} /{{ end }}
Sitemap: {{ "/sitemap.xml" | absURL }}