From cb3d395de5ee984ac6429737f503fbadf1468e6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 13 Mar 2018 00:03:04 +0100 Subject: [PATCH] Fix content type reference JSON is not a valid content file type in Hugo. --- content/content-management/page-bundles.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/content-management/page-bundles.md b/content/content-management/page-bundles.md index fbb9025ca..f497a59b2 100644 --- a/content/content-management/page-bundles.md +++ b/content/content-management/page-bundles.md @@ -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 %}}