Fix content type reference

JSON is not a valid content file type in Hugo.
This commit is contained in:
Bjørn Erik Pedersen 2018-03-13 00:03:04 +01:00 committed by GitHub
parent d332269246
commit cb3d395de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,9 +129,7 @@ This `_index.md` can also be directly under the `content/` directory.
{{% note %}}
Here `md` (markdown) is used just as an example. You can use any file
type as a content resource as long as it is a MIME type recognized by
Hugo (`json` files will, as one example, work fine). If you want to
get exotic, you can define your own media type.
type as a content resource as long as it is a content type recognized by Hugo.
{{% /note %}}