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