summaryrefslogtreecommitdiffstats
path: root/docs/content/en/content-management/sections.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/content-management/sections.md')
-rw-r--r--docs/content/en/content-management/sections.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/content-management/sections.md b/docs/content/en/content-management/sections.md
index 4335f137d..5ff884610 100644
--- a/docs/content/en/content-management/sections.md
+++ b/docs/content/en/content-management/sections.md
@@ -86,11 +86,11 @@ Also see [Page Variables](/variables/page/).
## Content Section Lists
-Hugo will automatically create a page for each *root section* that lists all the content in that section. See the documentation on [section templates][] for details on customizing the way these pages are rendered.
+Hugo will automatically create a page for each *root section* that lists all the content in that section. See the documentation on [section templates] for details on customizing the way these pages are rendered.
## Content *Section* vs Content *Type*
-By default, everything created within a section will use the [content `type`][content type] that matches the *root section* name. For example, Hugo will assume that `posts/post-1.md` has a `posts` content `type`. If you are using an [archetype][] for your `posts` section, Hugo will generate front matter according to what it finds in `archetypes/posts.md`.
+By default, everything created within a section will use the [content `type`][content type] that matches the *root section* name. For example, Hugo will assume that `posts/post-1.md` has a `posts` content `type`. If you are using an [archetype] for your `posts` section, Hugo will generate front matter according to what it finds in `archetypes/posts.md`.
[archetype]: /content-management/archetypes/
[content type]: /content-management/types/