docs: Add location of block template
authorEric <erjohnson@users.noreply.github.com>
Sat, 20 Aug 2016 19:19:23 +0000 (12:19 -0700)
committerdigitalcraftsman <digitalcraftsman@protonmail.com>
Sat, 20 Aug 2016 19:54:14 +0000 (21:54 +0200)
docs/content/templates/blocks.md

index ecff3021f37caad07723def39d8ff39e71517fd3..7073fa29388510ce83034e7046202b612a01184b 100644 (file)
@@ -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>