mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Fix typo
This commit is contained in:
parent
d71120852a
commit
c362634b7d
1 changed files with 1 additions and 1 deletions
|
@ -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`},
|
||||
},
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue