mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-31 23:52:18 +01:00
12 lines
256 B
Plaintext
12 lines
256 B
Plaintext
---
|
|
---
|
|
|
|
# www.robotstxt.org/
|
|
|
|
{% if site.netlify != true and site.github == true -%}
|
|
# Allow crawling of all content
|
|
{%- endif %}
|
|
User-agent: *
|
|
Disallow:{% if site.netlify == true or site.github != true %} /{% endif %}
|
|
Sitemap: {{ site.url }}/sitemap.xml
|