6
0
Fork 0
This repository has been archived on 2024-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
fediversity_website_archive/themes/nluug/layouts/robots.txt

6 lines
154 B
Plaintext

User-agent: *
{{ range where .Site.Pages "Params.noindex" true -}}
Disallow: {{ .Permalink }}
{{- end }}
Sitemap: {{ absURL site.Home.Sitemap.Filename }}