momangen/robots.txt
2019-05-17 09:01:33 +02:00

12 lines
No EOL
189 B
Text

---
layout: null
sitemap: false
---
{% if jekyll.environment == 'production' %}
User-agent: *
Sitemap: {{ site.url }}/sitemap.xml
{% else %}
User-agent: *
Disallow: /
noindex: /
{% endif %}