diff --git a/wiki/Templating.md b/wiki/Templating.md index 8e1b25b..ee4ef45 100644 --- a/wiki/Templating.md +++ b/wiki/Templating.md @@ -333,7 +333,7 @@ Syntax: `seededRandom ` Example: ``` -# Your int this hour: {{ printf "%.0f" (multiply (seededRandom (list "int" .username (now "2006-01-02 15") | join ":")) 100) }}% +# Your int this hour: {{ printf "%.0f" (mul (seededRandom (list "int" .username (now | date "2006-01-02 15") | join ":")) 100) }}% < Your int this hour: 17% ```