mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
docs: Update references to JSON
Looks like this was a bad copy/paste where CSV should've been JSON
This commit is contained in:
parent
4c427f6aaa
commit
e92ce83d5e
1 changed files with 6 additions and 6 deletions
|
@ -191,13 +191,13 @@
|
|||
},
|
||||
{
|
||||
"Example": "JSON regular, \"type: demotype\" in front matter.",
|
||||
"OutputFormat": "CSV",
|
||||
"Suffix": "csv",
|
||||
"OutputFormat": "JSON",
|
||||
"Suffix": "json",
|
||||
"Template Lookup Order": [
|
||||
"layouts/demotype/single.csv.csv",
|
||||
"layouts/demotype/single.csv",
|
||||
"layouts/_default/single.csv.csv",
|
||||
"layouts/_default/single.csv"
|
||||
"layouts/demotype/single.json.json",
|
||||
"layouts/demotype/single.json",
|
||||
"layouts/_default/single.json.json",
|
||||
"layouts/_default/single.json"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue