mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
Fix typo
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
d71120852a
commit
c362634b7d
@ -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