From 1b867649646e0a84d3870700c297b492d01ae62e Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Thu, 20 Apr 2017 22:03:27 -0500 Subject: [PATCH] Correct typo in cm-types page Closes rdwatters/hugo-docs-concept#94 --- content/content-management/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/content-management/types.md b/content/content-management/types.md index e40a12379..af1ca4df4 100644 --- a/content/content-management/types.md +++ b/content/content-management/types.md @@ -55,7 +55,7 @@ layout = "birthday" ``` {{% /code %}} -By default, Hugo assumes `*.md` under `events` is of the `events` content type. However, we have specified that this particular file at `content/events/ my-first-event.md` is of type `special` and should render using the `birthday` layout. +By default, Hugo assumes `*.md` under `events` is of the `events` content type. However, we have specified that this particular file at `content/events/ my-first-event.md` is of type `event` and should render using the `birthday` layout. ### Create a Type Layout Directory