mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 New template functions ISOYear, ISOMonth and ISOWeekDate https://github.com/siyuan-note/siyuan/issues/15679
This commit is contained in:
parent
174a7befbe
commit
6e985a5013
2 changed files with 14 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ func BuiltInTemplateFuncs() (ret template.FuncMap) {
|
|||
ret["ISOWeek"] = util.ISOWeek
|
||||
ret["ISOYear"] = util.ISOYear
|
||||
ret["ISOMonth"] = util.ISOMonth
|
||||
ret["ISOWeekDate"] = util.ISOWeekDate
|
||||
ret["pow"] = pow
|
||||
ret["powf"] = powf
|
||||
ret["log"] = log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue