From 231b2f094e5cca18cc3c4eceeedce5b5ef774773 Mon Sep 17 00:00:00 2001 From: Brian MacKinney Date: Sun, 6 Oct 2019 09:53:35 -0700 Subject: [PATCH] Update types.md. closes #897 --- content/en/content-management/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/types.md b/content/en/content-management/types.md index dc412af19..4ac1ce04a 100644 --- a/content/en/content-management/types.md +++ b/content/en/content-management/types.md @@ -67,7 +67,7 @@ If you have multiple content files in your `events` directory that are of the `s {{% /note %}} {{% warning %}} -With the "everything is a page" data model introduced in v0.18 (see [Content Organization](/content-management/organization/)), you can use `_index.md` in content directories to add both content and front matter to [list pages](/templates/lists/). However, `type` and `layout` declared in the front matter of `_index.md` are *not* currently respected at build time as of v0.19. This is a known issue [(#3005)](https://github.com/gohugoio/hugo/issues/3005). +With the "everything is a page" data model introduced in v0.18 (see [Content Organization](/content-management/organization/)), you can use `_index.md` in content directories to add both content and front matter to [list pages](/templates/lists/). {{% /warning %}} ### Create Views