From 491bacd78bc3eeae8a8db271be3d2ad19035efde Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sun, 13 Aug 2023 10:47:01 -0700 Subject: [PATCH] Change order of example sections for template lookup order --- content/en/templates/lookup-order.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/templates/lookup-order.md b/content/en/templates/lookup-order.md index 7f66a7734..7eb80ffbe 100644 --- a/content/en/templates/lookup-order.md +++ b/content/en/templates/lookup-order.md @@ -39,14 +39,14 @@ Section Templates can live in either the project's or the themes' layout folders, and the most specific templates will be chosen. Hugo will interleave the lookups listed below, finding the most specific one either in the project or themes. {{% /note %}} -## Regular pages - -{{< datatable-filtered "output" "layouts" "Kind == page" "Example" "OutputFormat" "Suffix" "Template Lookup Order" >}} - ## Home page {{< datatable-filtered "output" "layouts" "Kind == home" "Example" "OutputFormat" "Suffix" "Template Lookup Order" >}} +## Single pages + +{{< datatable-filtered "output" "layouts" "Kind == page" "Example" "OutputFormat" "Suffix" "Template Lookup Order" >}} + ## Section pages {{< datatable-filtered "output" "layouts" "Kind == section" "Example" "OutputFormat" "Suffix" "Template Lookup Order" >}}