From: Eric Date: Sat, 20 Aug 2016 19:19:23 +0000 (-0700) Subject: docs: Add location of block template X-Git-Tag: v0.17~168 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2fc05dad;p=brevno-suite%2Fhugo docs: Add location of block template --- diff --git a/docs/content/templates/blocks.md b/docs/content/templates/blocks.md index ecff3021..7073fa29 100644 --- a/docs/content/templates/blocks.md +++ b/docs/content/templates/blocks.md @@ -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