mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-21 14:32:19 +00:00
use placeholder in range expression
This commit is contained in:
parent
7b096314bf
commit
0ad5838e9c
1 changed files with 1 additions and 1 deletions
|
@ -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" }}
|
||||||
|
|
Loading…
Reference in a new issue