Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-05-18 16:25:26 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-05-18 16:25:26 +0300
commite0e81b280ffaf487f28929b0c65092e01158e5b3 (patch)
treef53349c2fc127a889f44df3e96f327181c927633 /docs/content/en/templates
parent3cc41523bef802d1942f3d31018547a18cc55923 (diff)
parentc9403cbceaaeff53ff4833561f4eefe1dc1a405e (diff)
Merge commit 'c9403cbceaaeff53ff4833561f4eefe1dc1a405e'
Diffstat (limited to 'docs/content/en/templates')
-rw-r--r--docs/content/en/templates/base.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/templates/base.md b/docs/content/en/templates/base.md
index a407325fe..990e6fc22 100644
--- a/docs/content/en/templates/base.md
+++ b/docs/content/en/templates/base.md
@@ -25,7 +25,7 @@ The `block` keyword allows you to define the outer shell of your pages' one or m
## Base Template Lookup Order
-{{< new-in "0.63.0" >}} Since Hugo v0.63, the base template lookup order closely follows that of the template is applies to (e.g. `_default/list.html`).
+{{< new-in "0.63.0" >}} Since Hugo v0.63, the base template lookup order closely follows that of the template it applies to (e.g. `_default/list.html`).
See [Template Lookup Order](/templates/lookup-order/) for details and examples.