glossary: Update content type

This commit is contained in:
Joe Mooring
2023-08-14 08:24:41 -07:00
committed by GitHub
parent 03b514bac5
commit 2d6cb8dfc0
+1 -1
View File
@@ -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