2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

robots.txt: disallow crawling when not in production. (#27559)

This commit is contained in:
XhmikosR
2018-11-02 12:41:57 +02:00
committed by GitHub
parent 4b15ec9cad
commit 3256a2c231
+1 -1
View File
@@ -5,5 +5,5 @@
# Allow crawling of all content
User-agent: *
Disallow:
Disallow:{% if jekyll.environment != "production" %} /{% endif %}
Sitemap: {{ site.url }}/sitemap.xml