mirror of
https://github.com/gohugoio/hugo.git
synced 2025-02-21 12:31:07 +00: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.",
|
"Example": "JSON regular, \"type: demotype\" in front matter.",
|
||||||
"OutputFormat": "CSV",
|
"OutputFormat": "JSON",
|
||||||
"Suffix": "csv",
|
"Suffix": "json",
|
||||||
"Template Lookup Order": [
|
"Template Lookup Order": [
|
||||||
"layouts/demotype/single.csv.csv",
|
"layouts/demotype/single.json.json",
|
||||||
"layouts/demotype/single.csv",
|
"layouts/demotype/single.json",
|
||||||
"layouts/_default/single.csv.csv",
|
"layouts/_default/single.json.json",
|
||||||
"layouts/_default/single.csv"
|
"layouts/_default/single.json"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue