newblog/templates/robots.txt
2024-07-01 13:20:09 +00:00

10 lines
218 B
Plaintext

{%- if config.extra.dev %}
User-Agent: *
Disallow: /
{%- else %}
Sitemap: {{ get_url(path="sitemap.xml", trailing_slash=false) }}
User-Agent: *
Allow: /
Host: {{ get_url(path="/", trailing_slash=false) }}
{%- endif %}