1.1 KiB
title, description, categories, keywords
| title | description | categories | keywords |
|---|---|---|---|
| Page collections | A quick reference guide to Hugo's page collections. |
Page
Use these Page methods when rendering lists on section pages, taxonomy pages, term pages, and the home page.
{{% render-list-of-pages-in-section path=/methods/page filter=methods_page_page_collections filterType=include titlePrefix=PAGE. %}}
Site
Use these Site methods when rendering lists on any page.
{{% render-list-of-pages-in-section path=/methods/site filter=methods_site_page_collections filterType=include titlePrefix=SITE. %}}
Filter
Use the where function to filter page collections.
Sort
{{% glossary-term "default sort order" %}}
Use these methods to sort page collections by different criteria.
{{% render-list-of-pages-in-section path=/methods/pages filter=methods_pages_sort filterType=include titlePrefix=. titlePrefix=PAGES. %}}
Group
Use these methods to group page collections.
{{% render-list-of-pages-in-section path=/methods/pages filter=methods_pages_group filterType=include titlePrefix=. titlePrefix=PAGES. %}}