diff --git a/content/content-management/content-types.md b/content/content-management/content-types.md index 4263fa503..b46538035 100644 --- a/content/content-management/content-types.md +++ b/content/content-management/content-types.md @@ -12,7 +12,7 @@ draft: false slug: aliases: [/content/types] toc: true -notesforauthors: +needsreview: true --- Hugo provides full support for sites with multiple content types. A **content type** can have a unique set of metadata (i.e., [front matter][]) or customized [template][] and can be created by the `hugo new` command via content [archetypes][]. diff --git a/content/templates/list-and-section-templates.md b/content/templates/list-and-section-templates.md index 3dab8df50..f93745210 100644 --- a/content/templates/list-and-section-templates.md +++ b/content/templates/list-and-section-templates.md @@ -9,9 +9,8 @@ weight: tags: [lists,sections] categories: [templates] draft: false -slug: aliases: [/templates/list/] -toc: false +toc: true needsreview: true ---