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