diff options
Diffstat (limited to 'content/en/content-management/sections.md')
-rw-r--r-- | content/en/content-management/sections.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/en/content-management/sections.md b/content/en/content-management/sections.md index 0c2f8f0e2..03655c90a 100644 --- a/content/en/content-management/sections.md +++ b/content/en/content-management/sections.md @@ -90,13 +90,13 @@ Hugo has a defined [lookup order] to determine which template to use when render With the file structure from the [example above](#overview): -Content directory|List page template +Content directory|Section template :--|:-- content/products|layouts/products/list.html content/products/product-1|layouts/products/list.html content/products/product-1/benefits|layouts/products/list.html -Content directory|Single page template +Content directory|Single template :--|:-- content/products|layouts/products/single.html content/products/product-1|layouts/products/single.html @@ -159,6 +159,6 @@ Home » Products » Product 1 » Benefits » Benefit 1 [archetype]: /content-management/archetypes/ [content type]: /content-management/types/ [directory structure]: /getting-started/directory-structure/ -[section templates]: /templates/section-templates/ +[section templates]: /templates/types/#section [leaf bundles]: /content-management/page-bundles/#leaf-bundles [branch bundles]: /content-management/page-bundles/#branch-bundles |