diff --git a/content/templates/section-templates.md b/content/templates/section-templates.md index f937fedd5..5c72f191e 100644 --- a/content/templates/section-templates.md +++ b/content/templates/section-templates.md @@ -24,12 +24,12 @@ To effectively leverage section page templates, you should first understand the The [lookup order][lookup] for section pages is as follows: -* /layouts/section/
.html -* /layouts/\_default/section.html -* /layouts/\_default/list.html -* /themes//layouts/section/`SECTION`.html -* /themes/`THEME`/layouts/\_default/section.html -* /themes/`THEME`/layouts/\_default/list.html +1. `/layouts/section/
.html` +2. `/layouts/_default/section.html` +3. `/layouts/_default/list.html` +4. `/themes//layouts/section/
.html` +5. `/themes//layouts/_default/section.html` +6. `/themes//layouts/_default/list.html` Note that a sections list page can also have a content file with frontmatter, see [Source Organization](/overview/source-directory/}}). diff --git a/content/variables/other-variables.md b/content/variables/other.md similarity index 98% rename from content/variables/other-variables.md rename to content/variables/other.md index 74dddfa88..88e98055c 100644 --- a/content/variables/other-variables.md +++ b/content/variables/other.md @@ -9,9 +9,9 @@ categories: [variables and params] tags: [shortcodes,git] draft: false weight: 50 -aliases: [/extras/gitinfo/,/variables/other/] +aliases: [/extras/gitinfo/,/variables/other-variables/] toc: true -needsreview: true +needsreview: false --- ## Shortcode Variables