From 03b514bac548af3ff8720468634f87f527ee88e3 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 14 Aug 2023 07:45:52 -0700 Subject: [PATCH] Add descriptions to template lookup order example sections --- content/en/templates/lookup-order.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/templates/lookup-order.md b/content/en/templates/lookup-order.md index 7eb80ffbe..d01334f43 100644 --- a/content/en/templates/lookup-order.md +++ b/content/en/templates/lookup-order.md @@ -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" >}}