From 2fc05dad4e7bb576997fdf345aae98d73b6612c1 Mon Sep 17 00:00:00 2001 From: Eric Date: Sat, 20 Aug 2016 12:19:23 -0700 Subject: [PATCH] docs: Add location of block template --- docs/content/templates/blocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/templates/blocks.md b/docs/content/templates/blocks.md index ecff3021f..7073fa293 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