mirror of
https://github.com/rvtr/wiki.git
synced 2025-06-18 11:05:39 -04:00
16 lines
300 B
Plaintext
16 lines
300 B
Plaintext
---
|
|
---
|
|
|
|
User-agent: *
|
|
Disallow: /ic-IC/
|
|
{% for collection in site.collections %}
|
|
{%- unless collection.label == "ic-IC" -%}
|
|
{%- for item in collection.docs -%}
|
|
|
|
{% unless item.lang == collection.label %}Disallow: {{ item.url }}
|
|
{% endunless %}
|
|
|
|
{%- endfor -%}
|
|
{%- endunless -%}
|
|
{%- endfor -%}
|