hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit c362634b7d8802ea81b0b4341c800a9f78f7cd7c
parent d71120852a8e14d0ea4d24de269fce041ef7b666
Author: satotake <doublequotation@gmail.com>
Date:   Sun,  5 Aug 2018 14:29:07 +0900

Fix typo

Diffstat:
Mtpl/os/init.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tpl/os/init.go b/tpl/os/init.go
@@ -58,7 +58,7 @@ func init() {
 		ns.AddMethodMapping(ctx.FileStat,
 			[]string{"fileStat"},
 			[][2]string{
-				{`{{ (fileExists "files/README.txt").Size }}`, `11`},
+				{`{{ (fileStat "files/README.txt").Size }}`, `11`},
 			},
 		)