oe7drt-website/layouts/robots.txt

7 lines
175 B
Text
Raw Normal View History

2022-12-05 22:32:44 +01:00
User-agent: *
Sitemap: {{ "sitemap.xml" | absLangURL }}
Disallow: /cgi-bin/
2022-12-30 15:35:56 +01:00
{{ range where .Data.Pages "Params.robotsdisallow" true }}Disallow: {{ .RelPermalink }}{{ end }}