summaryrefslogtreecommitdiffstats
path: root/docs/content/en/templates/section-templates.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/templates/section-templates.md')
-rw-r--r--docs/content/en/templates/section-templates.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/content/en/templates/section-templates.md b/docs/content/en/templates/section-templates.md
index 577529e3f..a40e2a2d7 100644
--- a/docs/content/en/templates/section-templates.md
+++ b/docs/content/en/templates/section-templates.md
@@ -30,13 +30,7 @@ See [Template Lookup](/templates/lookup-order/).
Every `Page` in Hugo has a `.Kind` attribute.
-| Kind | Description | Example |
-|----------------|--------------------------------------------------------------------|-------------------------------------------------------------------------------|
-| `home` | The home page | `/index.html` |
-| `page` | A page showing a _regular page_ | `my-post` page (`/posts/my-post/index.html`) |
-| `section` | A page listing _regular pages_ from a given [_section_][sections] | `posts` section (`/posts/index.html`) |
-| `taxonomy` | A page listing _regular pages_ from a given _taxonomy term_ | page for the term `awesome` from `tags` taxonomy (`/tags/awesome/index.html`) |
-| `taxonomyTerm` | A page listing terms from a given _taxonomy_ | page for the `tags` taxonomy (`/tags/index.html`) |
+{{% page-kinds %}}
## `.Site.GetPage` with Sections