mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Adding getJson and getCsv to funcMap
This commit is contained in:
parent
41a5168198
commit
c168666b6d
1 changed files with 2 additions and 0 deletions
|
@ -1300,6 +1300,8 @@ func init() {
|
|||
"replace": Replace,
|
||||
"trim": Trim,
|
||||
"dateFormat": DateFormat,
|
||||
"getJson": GetJson,
|
||||
"getCsv": GetCsv,
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue