mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-02 02:26:58 +00:00
docs: Fix typo in templates/blocks
Fixed typo in templates/blocks.md in the docs.
This commit is contained in:
parent
e7ff094d63
commit
a4fc20a12b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ title: Block Templates
|
||||||
weight: 80
|
weight: 80
|
||||||
---
|
---
|
||||||
|
|
||||||
Go 1.6 includes a powerful new keyword, `block`. This construct allows you to define the outer shell of your pages one ore more master template(s), filling in or overriding portions as necessary.
|
Go 1.6 includes a powerful new keyword, `block`. This construct allows you to define the outer shell of your pages one or more master template(s), filling in or overriding portions as necessary.
|
||||||
|
|
||||||
## Base template lookup
|
## Base template lookup
|
||||||
This is the order Hugo searches for a base template:
|
This is the order Hugo searches for a base template:
|
||||||
|
|
Loading…
Add table
Reference in a new issue