Merge commit 'c9403cbceaaeff53ff4833561f4eefe1dc1a405e'

This commit is contained in:
Bjørn Erik Pedersen
2020-05-18 15:25:26 +02:00
13 changed files with 35 additions and 11 deletions

View File

@@ -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.