Merge pull request #4414 from mhuttner/patch-1

Fixed error in docs for file access
pull/3736/merge
Matthew Fisher 6 years ago committed by GitHub
commit 264ba1bcd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -130,7 +130,7 @@ Or
```yaml ```yaml
{{ range $path, $bytes := .Files.Glob "foo/*" }} {{ range $path, $bytes := .Files.Glob "foo/*" }}
{{ $path.base }}: '{{ $root.Files.Get $path | b64enc }}' {{ base $path }}: '{{ $root.Files.Get $path | b64enc }}'
{{ end }} {{ end }}
``` ```

Loading…
Cancel
Save