Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric <erjohnson@users.noreply.github.com>2016-08-20 22:19:23 +0300
committerdigitalcraftsman <digitalcraftsman@protonmail.com>2016-08-20 22:54:14 +0300
commit2fc05dad4e7bb576997fdf345aae98d73b6612c1 (patch)
tree5b3b8713c8c62bacc1af0bb53804a64234e8058d /docs
parentfee9ee72a6dc93d872c36dd1d4e3a69dddde6da9 (diff)
docs: Add location of block template
Diffstat (limited to 'docs')
-rw-r--r--docs/content/templates/blocks.md2
1 files changed, 1 insertions, 1 deletions
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
<!DOCTYPE html>