mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 17:34:50 -04:00
Add descriptions to template lookup order example sections
This commit is contained in:
parent
06678f9198
commit
03b514bac5
@ -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" >}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user