Archived
1
This repository has been archived on 2020-05-21. You can view files and clone it, but cannot push or open issues or pull requests.
Indieroad/layouts/robots.txt
2019-09-03 17:50:00 +02:00

4 lines
159 B
Plaintext

User-agent: *
{{- range where .Site.RegularPages "Params.robotsdisallow" true }}
Disallow: {{ .RelPermalink }}{{end}}
Sitemap: {{ "sitemap.xml" | absLangURL }}