fix: robots formatting
This commit is contained in:
parent
f5b3ebbacb
commit
c8c6c0e731
2 changed files with 5 additions and 4 deletions
|
@ -7,7 +7,8 @@ Sitemap: https://coryd.dev/sitemap.xml
|
|||
|
||||
User-agent: *
|
||||
Disallow:
|
||||
{% for robot in robots %}
|
||||
|
||||
{% for robot in robots -%}
|
||||
User-agent: {{ robot }}
|
||||
Disallow: /
|
||||
{% endfor %}
|
||||
{% endfor -%}
|
||||
Disallow: /
|
Reference in a new issue