mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-07 18:35:00 -04:00
Fix typo
This commit is contained in:
parent
0ee3ff44f7
commit
c36978686e
@ -20,7 +20,7 @@ toc: true
|
||||
|
||||
```go-html-template
|
||||
{{ $s := slice "foo" "bar" "baz" }}
|
||||
{{ range $var }}
|
||||
{{ range $s }}
|
||||
{{ . }} → foo bar baz
|
||||
{{ end }}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user