mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
docs: Add location of block template
This commit is contained in:
parent
fee9ee72a6
commit
2fc05dad4e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Go 1.6 includes a powerful new keyword, `block`. This construct allows you to de
|
|||
|
||||
## Define the base template
|
||||
|
||||
Let's define a simple base template, a shell from which all our pages will start. To find a base template, Hugo searches the same paths and file names as it does for [Ace templates]({{< relref "templates/ace.md" >}}), just with files suffixed `.html` rather than `.ace`.
|
||||
Let's define a simple base template (`_default/baseof.html`), a shell from which all our pages will start. To find a base template, Hugo searches the same paths and file names as it does for [Ace templates]({{< relref "templates/ace.md" >}}), just with files suffixed `.html` rather than `.ace`.
|
||||
|
||||
```html
|
||||
<!DOCTYPE html>
|
||||
|
|
Loading…
Reference in a new issue