From 2d6cb8dfc0be7cd227ee425ebef8d8d2f15aa58f Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 14 Aug 2023 08:24:41 -0700 Subject: [PATCH] glossary: Update content type --- content/en/getting-started/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/glossary.md b/content/en/getting-started/glossary.md index 74cc107f7..8b3fd4ee2 100644 --- a/content/en/getting-started/glossary.md +++ b/content/en/getting-started/glossary.md @@ -54,7 +54,7 @@ A markup language for creating content. Typically markdown, but may also be HTML ### content type -A classification of content inferred from the top-level directory name or the `type` set in [front matter](#front-matter). Accessed via `.Page.Type` in [templates](#template). See [details](/content-management/types/). +A classification of content inferred from the top-level directory name or the `type` set in [front matter](#front-matter). Pages in the root of the content directory, including the home page, are of type "page". Accessed via `.Page.Type` in [templates](#template). See [details](/content-management/types/). ### context