shithub: hugo

Download patch

ref: e92ce83d5e8837190511f5a73323e49eeb8466cd
parent: 4c427f6aaa2c7ee80b7694573e62315d109e0811
author: James <[email protected]>
date: Thu May 18 11:55:15 EDT 2017

docs: Update references to JSON

Looks like this was a bad copy/paste where CSV should've been JSON

--- 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"
         ]
       },
       {