Merge branch 'main' into drafts

This commit is contained in:
John Bowdre 2024-08-05 21:01:28 -05:00
commit 417fb5f2b2

View file

@ -4,7 +4,7 @@
{{- errorf "%s" . -}}
{{- else -}}
{{- $robots := unmarshal .Content -}}
{{- range $botname, $props := $robots }}
{{- range $botname, $_ := $robots }}
{{- printf "User-agent: %s\n" $botname }}
{{- end }}
{{- printf "Disallow: /\n" }}