newblog/templates/robots.txt

10 lines
218 B
Plaintext
Raw Normal View History

2024-07-01 15:20:09 +02:00
{%- 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 %}