mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
Adding getJson and getCsv to funcMap
This commit is contained in:
@@ -1300,6 +1300,8 @@ func init() {
|
||||
"replace": Replace,
|
||||
"trim": Trim,
|
||||
"dateFormat": DateFormat,
|
||||
"getJson": GetJson,
|
||||
"getCsv": GetCsv,
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user