From 6ad5cf4d1d7ec88d49e342edc270606a930546c9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 15 Aug 2016 21:18:56 +0300 Subject: [PATCH] added @now() macro doc... Signed-off-by: Alex A. Naanou --- bootstrap/Doc/Macros.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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.