From: James Date: Thu, 18 May 2017 05:55:15 +0000 (+1000) Subject: docs: Update references to JSON X-Git-Tag: v0.21~22 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e92ce83d5e8837190511f5a73323e49eeb8466cd;p=brevno-suite%2Fhugo docs: Update references to JSON Looks like this was a bad copy/paste where CSV should've been JSON --- diff --git a/docs/data/docs.json b/docs/data/docs.json index ece24325..e4f85e9f 100644 --- a/docs/data/docs.json +++ b/docs/data/docs.json @@ -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" ] }, {