shithub: hugo

Download patch

ref: 2fc05dad4e7bb576997fdf345aae98d73b6612c1
parent: fee9ee72a6dc93d872c36dd1d4e3a69dddde6da9
author: Eric <erjohnson@users.noreply.github.com>
date: Sat Aug 20 08:19:23 EDT 2016

docs: Add location of block template

--- a/docs/content/templates/blocks.md
+++ b/docs/content/templates/blocks.md
@@ -13,7 +13,7 @@
 
 ## 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>
--