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" . -}} {{- errorf "%s" . -}}
{{- else -}} {{- else -}}
{{- $robots := unmarshal .Content -}} {{- $robots := unmarshal .Content -}}
{{- range $botname, $props := $robots }} {{- range $botname, $_ := $robots }}
{{- printf "User-agent: %s\n" $botname }} {{- printf "User-agent: %s\n" $botname }}
{{- end }} {{- end }}
{{- printf "Disallow: /\n" }} {{- printf "Disallow: /\n" }}