diff --git a/bootstrap/Doc/Macros.md b/bootstrap/Doc/Macros.md index f10f4e8..c80784e 100644 --- a/bootstrap/Doc/Macros.md +++ b/bootstrap/Doc/Macros.md @@ -61,6 +61,14 @@ are escaped a bit differently: ## Macros +### now () + +Get current date in seconds since epoch, this is equivalet Javascript's +`Date.now()`. + +This is mostly used for automatically creating paths (see: todo / outline) + + ### filter (name) Enable or disable a page filter.