Update base.md

fix typo
This commit is contained in:
S Aufrecht
2020-05-06 21:23:51 -07:00
committed by Bjørn Erik Pedersen
parent 959b9dc3a7
commit 5e233dc4bb
+1 -1
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.