1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

docs: Adjust CSV example

See #5555
This commit is contained in:
Bjørn Erik Pedersen
2018-12-23 21:12:41 +01:00
parent ce06bdb16a
commit 62d031aedf

View File

@ -45,6 +45,6 @@ comment
Example:
```go-html-template
{{ $csv := "a;b;c" | transform.Unmarshal (dict "comma" ";") }}
{{ $csv := "a;b;c" | transform.Unmarshal (dict "delimiter" ";") }}
```