mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Fix typo
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
d71120852a
commit
c362634b7d
+1
-1
@@ -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`},
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user