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