Add descriptions to template lookup order example sections

This commit is contained in:
Joe Mooring 2023-08-14 07:45:52 -07:00 committed by GitHub
parent 06678f9198
commit 03b514bac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,12 +49,18 @@ Templates can live in either the project's or the themes' layout folders, and th
## Section pages
A section page is a list of pages within a given section.
{{< datatable-filtered "output" "layouts" "Kind == section" "Example" "OutputFormat" "Suffix" "Template Lookup Order" >}}
## Taxonomy pages
A taxonomy page is a list of terms within a given taxonomy.
{{< datatable-filtered "output" "layouts" "Kind == taxonomy" "Example" "OutputFormat" "Suffix" "Template Lookup Order" >}}
## Term pages
A term page is a list of pages associated with a given term.
{{< datatable-filtered "output" "layouts" "Kind == term" "Example" "OutputFormat" "Suffix" "Template Lookup Order" >}}