diff --git a/content/en/templates/base.md b/content/en/templates/base.md index a407325fe..990e6fc22 100644 --- a/content/en/templates/base.md +++ b/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.