mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Remove alias of os.Stat
This commit is contained in:
parent
d40116e5f9
commit
71931b30b1
1 changed files with 0 additions and 7 deletions
|
@ -55,13 +55,6 @@ func init() {
|
|||
},
|
||||
)
|
||||
|
||||
ns.AddMethodMapping(ctx.Stat,
|
||||
[]string{"fileStat"},
|
||||
[][2]string{
|
||||
{`{{ (fileStat "files/README.txt").Size }}`, `11`},
|
||||
},
|
||||
)
|
||||
|
||||
return ns
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue