From f59b3ab06f282c26bce07263c8be6672cf8f7969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Lu=CC=88dtke?= Date: Thu, 5 Jul 2018 21:20:09 +0200 Subject: [PATCH] Fix typo in template lookup order --- content/en/templates/lookup-order.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/templates/lookup-order.md b/content/en/templates/lookup-order.md index 343058e2d..61ce35ef2 100644 --- a/content/en/templates/lookup-order.md +++ b/content/en/templates/lookup-order.md @@ -5,7 +5,7 @@ description: Hugo searches for the layout to use for a given page in a well defi godocref: date: 2017-02-01 publishdate: 2017-02-01 -lastmod: 2017-05-25 +lastmod: 2017-07-05 categories: [templates,fundamentals] keywords: [templates] menu: @@ -32,7 +32,7 @@ Output Format : See [Custom Output Formats](/templates/output-formats). An output format has both a `name` (e.g. `rss`, `amp`, `html`) and a `suffix` (e.g. `xml`, `html`). We prefer matches with both (e.g. `index.amp.html`, but look for less specific templates. Language -: We will consider a language code in the template name. If the site language is `fr`, `index.fr.amp.html` will win over `index.amp.html`, but we will `index.amp.html` will be chosen before `index.fr.html`. +: We will consider a language code in the template name. If the site language is `fr`, `index.fr.amp.html` will win over `index.amp.html`, but `index.amp.html` will be chosen before `index.fr.html`. Layout : Can be set in page front matter.