mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
docs: Add location of block template
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user